Skip to main content
PATCH
Update Workflow

Authentication

Requires a Bearer token with tools scope. See Authentication.

Path Parameters

string
required
The workflow UUID.

Request

All fields are optional — include only what you want to change.
string
Display name for the workflow.
string
How the workflow is triggered (e.g., manual, schedule, event).
object
Trigger configuration (schedule expression, event pattern, etc.).
array
Ordered list of workflow steps.
boolean
Enable or disable the workflow.

Response

object
The updated workflow object.

Example

curl