Update Invite Link
Invite Links
Update Invite Link
Update company name, sync start date, and/or sync configuration for an invite link.
PATCH
Update Invite Link
Update an invite link’s company name, sync start date, and/or sync configuration.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
invite_link_uuid | string (UUID) | Invite link ID (inviteLinkId). |
Request Body
| Field | Type | Description |
|---|---|---|
companyName | string | Updated company display name. |
syncFrom | string | null | Historical sync start (ISO 8601), or null to clear. |
syncConfig | array | null | Sync config entries, or null to clear. |
Response
Returns{ data: { inviteLink }, request_id }.Authorizations
Path Parameters
Invite link ID (inviteLinkId).
Body
application/json