put
https://apiv4.ordering.co////countries//cities/
This API endpoint is used to update a city, this request only can be made by user level 0 (Type: Administrator)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Using Ordering SDK
`
const response = await ordering.countries(countryId).citties(cityId).save(changes);

