update_workflow
Modify and save entire workflows by providing the complete updated structure, including nodes, connections, and settings, after retrieving and editing an existing workflow.
Instructions
Updates an existing workflow with new configuration. Typically used after retrieving a workflow with get_workflow, modifying its structure, and then saving the changes. The entire workflow structure must be provided, not just the parts being changed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the workflow to update - can be obtained from list_workflows | |
workflow | Yes | Complete updated workflow structure - must include all nodes and connections, not just changes |