For the complete documentation index, see llms.txt. This page is also available as Markdown.

Regions

Region management operations

List regions

get

Lists regions

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Query parameters
parent_region_idstringOptional

Filter by parent region ID

limitinteger · min: 1Optional

Requests a page size of items

markerstringOptional

The ID of the last-seen item for pagination

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
200

Regions listed successfully

application/json
get/regions

Create region

post

Creates a region

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Body
Responses
201

Region created successfully

application/json
post/regions

Show region details

get

Shows details for a region

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
region_idstringRequired

The region ID

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
200

Region details retrieved successfully

application/json
get/regions/{region_id}

Delete region

delete

Deletes a region

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
region_idstringRequired

The region ID

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Responses
204

Region deleted successfully

No content

delete/regions/{region_id}

No content

Update region

patch

Updates a region

Authorizations
X-Auth-TokenstringRequired

Authentication token obtained from the authentication service

Path parameters
region_idstringRequired

The region ID

Header parameters
X-Auth-TokenstringRequired

A valid authentication token

Body
Responses
200

Region updated successfully

application/json
patch/regions/{region_id}

Last updated

Was this helpful?