Content Management API > Workflow
Update a workflow
Body parameters
Must be exactly "workflow"
.
Example: "Approval by editors required"
Example: "approval_by_editors"
The stages of the workflow
Example: [{ id: "waiting_for_review", name: "Waiting for review", initial: true }]
Example: "waiting_for_review"
Example: "Waiting for review"
Example: "Editor has finished writing and is waiting for approval from a supervisor"
Whether this is the initial stage or not
Returns
Returns
a resource object of type workflow.
Examples