Workflows
Update Workflow
Update a workflow’s name, trigger, steps, or enabled state.
PATCH
Update Workflow
Authentication
Requires a Bearer token withtools scope. See Authentication.
Path Parameters
The workflow UUID.
Request
All fields are optional — include only what you want to change.Display name for the workflow.
How the workflow is triggered (e.g.,
manual, schedule, event).Trigger configuration (schedule expression, event pattern, etc.).
Ordered list of workflow steps.
Enable or disable the workflow.
Response
The updated workflow object.
Example
curl
Update Workflow
