Update the details of the specified region
Security
SessionKey(Required scopes: administrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/regions/{region}
- QA Serverhttps://qa.ticketingevents.com/v3/regions/{region}
- Production Serverhttps://api.ticketingevents.com/v3/regions/{region}
curl -i -X PUT \
'https://docs.ticketingevents.com/_mock/openapi/regions/{region}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"name": "Antigua and Barbuda",
"country": "Antigua and Barbuda",
"district": "",
"city": ""
}'The region's details were successfully updated.
Response
{ "self": "/regions/19290238432215", "name": "Antigua and Barbuda", "country": "Antigua and Barbuda", "district": "", "city": "", "icon": "https://restfulcountries.com/assets/images/flags/Antigua-And-Barbuda.png" }