Docs

Update Crew Type Section

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

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

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.

Renames a section and optionally moves it to a new position within the type.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe crew type ID.
sectionIdGuidRequiredThe section ID.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew section name.
indexintOptionalNew position. Omit/null to leave the section in place.

Response

200 OK — No response body.