Geo Areas

Update a geo area

Update an existing geographic area. Requires MANAGE_GEO_AREAS system access right.

put/v1/geo-areas/{area-id}

Path parameters

area-idinteger required

Geo area ID.

Request body

namestring required

Geo area name (cannot be empty).

commentsstring

Optional comments.

Response

Geo area updated successfully.

idinteger

Unique geo area identifier.

namestring

Geo area name.

commentsstring

Optional comments.

Changes

No recorded changes to this endpoint across all 85 revisions of this API.