# Modify region details Update the details of the specified region Endpoint: PUT /regions/{region} Version: 3.0.0 Security: SessionKey ## Path parameters: - `region` (integer, required) Unique identifier of the requested region ## Request fields (application/json): - `name` (string, required) Unique name of the region - `country` (string, required) Country in which the region is located - `district` (string) Parish, state, province, county, etc. in which the region is located - `city` (string) City, town or village in which the region is located ## Response 200 fields (application/json): - `self` (string) URI of the region resource - `name` (string) Unique name of the region - `country` (string) Country in which the region is located - `district` (string) Parish, state, province, county, etc. in which the region is located - `city` (string) City, town or village in which the region is located - `icon` (string) URI of an icon that represents the region (e.g. flag) ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.