Update Workflow
Update a workflow. All fields except id and workspaceId are optional; only fields you provide are changed. The config object is shallow-merged with the existing config — top-level keys you omit are preserved, keys you send overwrite. Nested objects and arrays are replaced wholesale (no deep merge). The workflow’s type cannot be changed. Config fields are validated against the workflow’s stored type (HTTP or VOICE).
Authorizations
API key for authentication
Body
Unique identifier of the workflow to update
1Workspace that currently owns the workflow
1New name for the workflow
1New description for the workflow
Move the workflow to this folder. Pass null to remove from any folder; omit to leave unchanged.
Move the workflow to this workspace. Omit to keep it in the current workspace.
Partial workflow config. Shape depends on the workflow's stored type (HTTP or VOICE) — supply the matching schema. Top-level keys are shallow-merged with the existing config; nested objects/arrays are replaced, not merged.
- Option 1
- Option 2
Evaluation configuration (full replacement when provided)
Response
Workflow updated successfully