update_flow
Update a Node-RED flow by providing its ID and new configuration as JSON. Modify flow details and receive confirmation.
Instructions
Update a single flow.
Args: flow_id: Flow ID flow_json: Flow configuration as JSON string
Returns: Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | ||
| flow_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |