Docs

Update Crew Type Section Attribute

PUT /crew/types/{typeId}/sections/{sectionId}/attributes/{attributeId}

PUT/crew/types/{typeId}/sections/{sectionId}/attributes/{attributeId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **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

FieldTypeRequiredDescription
typeIdGuidRequiredThe crew type ID.
sectionIdGuidRequiredThe section ID.
attributeIdGuidRequiredThe crew attribute ID (the assignment's `crewAttributeId`).

Request Body

FieldTypeRequiredDescription
isRequiredboolRequiredWhether the value is required at intake.
isCrewVisibleboolRequiredWhether the connected crew member can see it.
isCrewEditableboolRequiredWhether the connected crew member can edit it.
indexintRequiredNew order within the section.

Response

200 OK — No response body.