Requires authentication
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Update sector information
PUT /sectors/{id}
{
"name": "Updated Sector",
"description": "New description"
}
{
"success": true,
"data": {
"id": "uuid",
"name": "Updated Sector"
}
}
Was this page helpful?