Docs

Update Crew Attribute

PUT /collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}

PUT/collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}

Required Tokens

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

Updates the isRequired, isCrewEditable, and isCrewVisible flags on an existing crew attribute template for this collaborator.

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
attributeIdGuidRequiredThe ID of the crew attribute template to update. Set `{{attributeId}}` in your environment or replace inline.

Request Body

FieldTypeRequiredDescription
isRequiredboolRequiredWhether crew members must provide this attribute.
isCrewEditableboolRequiredWhether the crew member can edit this value. If `false`, only event admins can edit it.
isCrewVisibleboolRequiredWhether the crew member can see this attribute. If `false`, only event admins can see it.

Response

Returns 200 OK with an empty body on success.