PUT /api/v1/admin/states/{state-id}
Update an existing state.
Permission | Description |
---|---|
states.view_all | Access states |
states.update | Update state |
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of the state (max 255) |
{
"state": {<state resource>}
}