bruno/memori-backend/Invitation/Updates an existing Invitation object sent by the currently--logged in User.bru

37 lines
595 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Updates an existing Invitation object sent by the currently
logged in User.
type: http
seq: 6
}
patch {
url: {{baseUrl}}/api/v2/Invitation/:strToken/:strInvitationID
body: json
auth: none
}
params:path {
strToken:
strInvitationID:
}
body:json {
{
"invitationID": "",
"memoriID": "",
"engineMemoriID": "",
"isInviter": "",
"isInvitee": "",
"text": "",
"destinationName": "",
"destinationEMail": "",
"tag": "",
"pin": "",
"type": "",
"state": "",
"creationTimestamp": "",
"lastChangeTimestamp": ""
}
}