Docs
Update Crew Attribute
PUT /collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}
PUT
/collaborators/{collaboratorId}/settings/crew/attributes/{attributeId}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 isRequired, isCrewEditable, and isCrewVisible flags on an existing crew attribute template for this collaborator.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
| attributeId | Guid | Required | The ID of the crew attribute template to update. Set `{{attributeId}}` in your environment or replace inline. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| isRequired | bool | Required | Whether crew members must provide this attribute. |
| isCrewEditable | bool | Required | Whether the crew member can edit this value. If `false`, only event admins can edit it. |
| isCrewVisible | bool | Required | Whether 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.