PATCH
/
territories
/
{id}
curl --request PATCH \
  --url https://api.axlehealth.com/api/v2-stable/territories/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Austin",
  "zip_codes": [
    "78701"
  ]
}'
{}

Path Parameters

id
string
required

The unique identifier of the territory to edit.

Body

application/json

Response

200 - application/json

Successful update of the territory

The response is of type object.