POST
/
api
/
v1
/
regions
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "tenant": "https://example.com/"
}

Body

The new Region resource

name
string | null
tenant
string<iri-reference>
Example:

"https://example.com/"

Response

Region resource created

@context
@id
string
@type
string
id
integer
name
string | null
tenant
string<iri-reference>
Example:

"https://example.com/"