Docs
Add Crew Type Section
POST /crew/types/{typeId}/sections
POST
/crew/types/{typeId}/sectionsRequired 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. |
Adds a new section to a crew type. The section is appended at the next index.
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| typeId | Guid | Required | The crew type ID. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Section name (e.g. "Personal"). Must not be empty. |
Response
201 Created — No response body.