Requires authentication
Sector Management
Create Sector
Create a new sector
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Create a new sector
POST /sectors
{
"name": "New Sector",
"description": "Sector description"
}
{
"success": true,
"data": {
"id": "uuid",
"name": "New Sector",
"description": "Sector description"
}
}
Was this page helpful?