Update Region
Update details of the region
Path Parameters
- regionId string required
- application/json
Request Body
Properties to be updated for the region
- newName string
New name for the region
- locationsOperationType string
Possible values: [
NONE
,OVERWRITE
,ADD
,DELETE
,CLEAR
]Default value:
ADD
Type of operation to be performed for locations
locations object[]
continent stringName of continent for the location
country string requiredName of country for the location
state stringName of state for the location
city stringName of city for the location
latitude double requiredLatitude for the location
longitude double requiredLongitude for the location
zone object
id int32name string
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
Loading...