/users/me/invitations
Update invitation received by the current user partially
Valid states
Accepted = 2
Rejected = 3
Patch body example:
[{"op":"replace","path":"/status","value":"Accepted"}]
patch/api/v1/users/me/invitations/{id}
Path parameters
idinteger required
Invitation ID
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.