AladiaDocs
Api referenceInvitation links

Update an invitation link

PATCH
/v2/invitation-links/{encryptedId}
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/invitation-links/{encryptedId}" \  -H "Content-Type: application/json" \  -d '{    "accepted": true  }'
{}