Updating a country
PATCH {{api-url}}/country/{{tenant}}/countries/AT
Updates a country. It is possible to update active
field only. The field indicates whether the given country is active for the tenant or not. Only active countries are visible in the system.
Request Body
{"active"=>"true", "metadata"=>{"version"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
X-Version | string |