update-flows
Replace the entire Node-RED flow configuration with a provided JSON definition. Accepts a JSON string representing the new flows to apply.
Instructions
Updates the entire flow configuration of the Node-RED instance. Args: flowsJson (e.g.'[{type: 'tab', id: '396c2376c693d', label: 'Sheet 1'}]')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowsJson | Yes | Flow configuration in JSON |