update_workflow
Modify an existing n8n workflow by its ID, updating its nodes, connections, name, tags, or activation status. Supports conditional updates with an If-Match header for optimistic concurrency control.
Instructions
Update an existing n8n workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| nodes | No | ||
| connections | No | ||
| active | No | ||
| tags | No | ||
| ifMatch | No | Optional If-Match header value for optimistic concurrency control |