Docs
Update Crew Type Section Attribute
PUT /crew/types/{typeId}/sections/{sectionId}/attributes/{attributeId}
PUT
/crew/types/{typeId}/sections/{sectionId}/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. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Updates an existing attribute assignment's intake flags and order index within a section.
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| typeId | Guid | Required | The crew type ID. |
| sectionId | Guid | Required | The section ID. |
| attributeId | Guid | Required | The crew attribute ID (the assignment's `crewAttributeId`). |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| isRequired | bool | Required | Whether the value is required at intake. |
| isCrewVisible | bool | Required | Whether the connected crew member can see it. |
| isCrewEditable | bool | Required | Whether the connected crew member can edit it. |
| index | int | Required | New order within the section. |
Response
200 OK — No response body.