Update Flow
neuron_update_flowUpdate a flow's name, description, graph, or enabled state. Only provided fields are changed. When updating the graph, provide the COMPLETE graph (all nodes and edges) — it replaces the existing graph entirely. When a graph is supplied the response includes a non-blocking warnings array (same checks as create_flow) — check it and fix any flagged issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the flow to update. | |
| name | No | New name. | |
| graph | No | Complete replacement graph. Provide ALL nodes and edges. | |
| enabled | No | Enable or disable the flow. | |
| description | No | New description (null to clear). |