curl -X PATCH https://api.whatabot.app/api/v1/sectors/{id} \ -H "X-Api-Key: wh_your_api_key" \ -H "Content-Type: application/json" \ -d '{"name": "New Name"}'
Update a sector.
wh_
{ "name": "New Name" }