Docs
Update Collaborator
PATCH /collaborators/{collaboratorId}
PATCH
/collaborators/{collaboratorId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Updates the display name of an existing collaborator.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | The new display name for the collaborator. |
Response
Returns 200 OK with an empty body on success.