Update workflow status

Update workflow status

Updates an existing workflow status (non-translation statuses only).

Path Parameters
  • statusName
    string
    required

    The name of the workflow status to update.

Body
application/json
name
string

The new name of the workflow status.

color
integer | null

The color of the workflow status as an integer value.

type
string enum

The type of the workflow status.

  • Draft
  • Review
  • Ready
  • Translation
description
string | null

The description of the workflow status.

Responses
PATCH/workflow/statuses/{statusName}

{
  "name": "…",
  "color": null,
  "type": "Draft",
  "isTranslationStatus": true,
  "description": null
}