Create workflow transition

Create workflow transition

Creates a new workflow transition between two statuses (non-translation statuses only).

Body
application/json
sourceStatusName
string
required

The name of the source workflow status.

destinationStatusName
string
required

The name of the destination workflow status.

Responses
POST/workflow/transitions

{
  "id": 1,
  "sourceStatusName": "…",
  "destinationStatusName": "…"
}