Open sergeychernyshev opened 3 years ago
Create new POST /v1/invitations/cancel endpoint for canceling the invitation
POST /v1/invitations/cancel
Parameters:
code
string
Returns nothing if successfully cancelled
Exceptions
NotFoundException
Create new
POST /v1/invitations/cancel
endpoint for canceling the invitationParameters:
code
-string
(invitation code)Returns nothing if successfully cancelled
Exceptions
NotFoundException
- if user is not invitation sender or code is wrong (no separation to avoid mining for codes)