Skip to main content
PATCH
The API validates against circular references — an area cannot be set as its own parent (ARA-500). Only name and parent_id can be updated; the id is immutable.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Unique area identifier.

Example:

"a1B2c"

Body

application/json
name
string

New display name for the area.

Maximum string length: 50
Example:

"Northeast Region"

parent_id
string

New parent area ID, or empty string to make top-level.

Example:

""

Response

OK

id
string

Unique area identifier.

Example:

"a1B2c"

name
string

Display name of the area.

Example:

"Northeast"

parent_id
string

Parent area ID, or empty string if top-level.

Example:

""

nlevel
integer

Nesting depth (0 = top-level).

Example:

0

protected
boolean

Whether the area is system-protected.

Example:

false