Docs
Update Crew Type Section
PUT /crew/types/{typeId}/sections/{sectionId}
PUT
/crew/types/{typeId}/sections/{sectionId}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. |
Renames a section and optionally moves it to a new position within the type.
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. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | New section name. |
| index | int | Optional | New position. Omit/null to leave the section in place. |
Response
200 OK — No response body.