Docs
Add Task Status
POST /taskStatuses
POST
/taskStatusesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Creates a new task status definition for the event. Returns 201 Created on success.
Requires EventProjectManagementAdmin permission on the event.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Display name for the status. |
| state | string | Required | Workflow state grouping (e.g. `NotStarted`, `InProgress`, `Complete`). |
| icon | string | Required | Icon identifier. |
| color | string | Required | Hex color for display. |