update_workflow
Partially update a workflow by merging only the specified fields (name, nodes, connections, settings). Fetches current version, merges changes, validates offline, and submits the update.
Instructions
Update a workflow partially: fetches the current version, merges only the fields you pass (name, nodes, connections, settings), validates offline and PUTs the result. Pass full nodes/connections arrays when changing them — they replace the existing ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| name | No | ||
| nodes | No | ||
| connections | No | ||
| settings | No | ||
| skipValidation | No | Update even if offline validation finds errors |