Docs

Update Workflow

Rename a workflow, enable or disable it with isActive, or replace its tags. Send at least one field; only the fields you send change.

PUT

Path

Path parameters
stringrequired

The workflow's id, from List Workflows.

Body

Arguments
string

A new name.

boolean

true to enable the workflow, false to disable it.

array of string

The full new set of tag ids from the workflow tag catalog. Replaces the current set.