Docs

Update Collaborator

PATCH /collaborators/{collaboratorId}

PATCH/collaborators/{collaboratorId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Updates the display name of an existing collaborator.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator to update.

Request Body

FieldTypeRequiredDescription
namestringRequiredThe new display name for the collaborator.

Response

Returns 200 OK with an empty body on success.