Skip to main content
PATCH
/
invitations
/
{id}
cURL
curl --request PATCH \
  --url https://api.theauthapi.com/invitations/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "role": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
role
string
required

Response

200 - undefined