/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

op0 | 1 | 2 required

0 = Add, 1 = Remove, 2 = Replace

pathstring required
valueobject nullable

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.