dev_update_flow
Updates an existing Lamatic flow by replacing nodes and edges. Specify project, flow, nodes, and edges to modify the flow structure.
Instructions
Update an existing Lamatic flow with new nodes and edges
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | Array of edge objects | |
| nodes | Yes | Array of node objects | |
| flowId | Yes | The flow ID to update | |
| status | No | Flow status | active |
| projectId | Yes | The project ID |