Drive > Invitations
Update an invitation
Update information pertaining to an invitation identified by its invitation id
put/2/drive/{drive_id}/users/invitation/{invitation_id}
Path parameters
drive_idinteger required
Drive identifier
invitation_idinteger required
Invitation identifier
Request body
Example request
{
"right": "manage",
"role": "admin"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.