Docs
Update Area
PATCH /Areas/{areaId}
PATCH
/Areas/{areaId}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. |
| Area token | x-Area-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| areaId | Guid | Required | The ID of the area to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | New display name for the area. Cannot be empty. |
Response
Returns 200 OK with no body on success.