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

Path Parameters

id
string
required

Region identifier

Body

application/merge-patch+json

The updated Region resource

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

"https://example.com/"

Response

Region resource updated

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

"https://example.com/"