Docs

Add Crew Type Section

POST /crew/types/{typeId}/sections

POST/crew/types/{typeId}/sections

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.

Adds a new section to a crew type. The section is appended at the next index.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe crew type ID.

Request Body

FieldTypeRequiredDescription
namestringRequiredSection name (e.g. "Personal"). Must not be empty.

Response

201 Created — No response body.