POST /api/v1/admin/cities/{state}Create a new city in a given state.
| Permission | Description |
|---|---|
cities.view_all | Access cities |
cities.create | Create a city |
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name of the city (max 255) |
The state ID is provided in the route.
{
"city": {<city resource>}
}