Create workflow status
Creates a new workflow status (non-translation statuses only).
Body
application/json
name
string required
The name of the workflow status.
color
integer | null The color of the workflow status as an integer value.
type
string enum required
The type of the workflow status.
- Draft
- Review
- Ready
description
string | null The description of the workflow status.
Responses
POST/workflow/statuses
{
"name": "…",
"color": null,
"type": "Draft",
"isTranslationStatus": true,
"description": null
}