Update Advanced Flow
update_advanced_flowUpdate an existing Advanced Flow by modifying its name, enabled status, or replacing the entire flow graph with a new cards map. Returns broken status.
Instructions
Update an existing Advanced Flow. Pass only the fields to change (name, enabled, and/or the full cards map). Replacing cards replaces the entire flow graph, so fetch with get_advanced_flow first and send the complete cards object. Returns broken status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Advanced Flow ID | |
| name | No | ||
| cards | No | Full cards map (replaces existing) | |
| enabled | No |