Docs

Update Crew Attribute

PUT /crew/attributes/{attributeId}

PUT/crew/attributes/{attributeId}

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 attribute definition's name and options.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
attributeIdGuidRequiredThe crew attribute definition ID.

Request Body

Same shape as Create Crew Attribute.

Response

200 OK — No response body.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid token.
NOT_FOUND404Attribute not found for this event.
BAD_REQUEST400Invalid update payload.