Docs
Update Collaborator Property
PATCH /organizations/{organizationId}/collaborator-properties/{propertyId}
PATCH
/organizations/{organizationId}/collaborator-properties/{propertyId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Updates the display name of a collaborator property.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization the property belongs to. |
| propertyId | Guid | Required | The property to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | New display name for the property. |