update-flow
Update a cloud flow by PATCHing its properties. Provide the full properties object as JSON to modify displayName, state, connections, and definition.
Instructions
Update a flow by PATCHing its properties. Provide the FULL desired properties object (displayName, state, connectionReferences, definition) as JSON -- a typical edit is get-flow, tweak properties, send them back here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | The flow internal name (a GUID) | |
| environment | No | Environment id (defaults to POWER_AUTOMATE_ENV) | |
| propertiesJson | Yes | The flow's `properties` object as a JSON string |