cURL
curl --request PATCH \ --url https://commerce.driv.ly/api/cities/{state}/{name} \ --header 'Content-Type: application/json' \ --data ' { "state": "<string>", "name": "<string>" } '
{ "data": { "state": "<string>", "name": "<string>" }, "success": true }
City is uniquely identified by State
City is uniquely identified by Name
The number of levels of related objects to include in the response
City Updated
Show child attributes