PUT
/
workspaces
/
{workspace_id}
/
invitations
/
{invitation_id}

Authorizations

Authorization
string
headerrequired

Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.

Path Parameters

workspace_id
integer
required

ID of the workspace

invitation_id
integer
required

ID of the invitation

Body

application/json
role
enum<string>

The new role to be associated with this invitation that will be applied to the user once the invite is claimed.

Available options:
owner,
editor,
operator,
viewer

Response

200 - application/json
status
enum<string>
required

The outcome of the update request

Available options:
updated
data
object
required