Docs

Update Area

PATCH /Areas/{areaId}

PATCH/Areas/{areaId}

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.
Area tokenx-Area-TokenOptionalRun **Get Tokens** with `areaId` set in your environment, or call `GET /Areas/{areaId}/authorize` with your event token.

Updates the name of an existing area.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
areaIdGuidRequiredThe ID of the area to update.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name for the area. Cannot be empty.

Response

Returns 200 OK with no body on success.