update-flow
Update an existing Node-RED flow configuration by providing its ID and a new flow JSON definition.
Instructions
Updates the configuration of a specific flow by its id. Args: id (e.g.'396c237c693dc') flowJson (e.g.'{id: '91ad456e52b8', label: 'Sheet 1', nodes: [], configs: []}')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Flow ID | |
| flowJson | Yes | Flow configuration in JSON |