Docs

Update Crew Type

PUT /crew/types/{typeId}

PUT/crew/types/{typeId}

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 a crew type's name, icon, and color.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe crew type ID.

Request Body

Same shape as Create Crew Type.

Response

200 OK — No response body.