Update Flow
Updates a flow, including its state definition.
PATCH /api/agent-react-flow/:external_id
Request body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | No | Flow name |
is_working | boolean | No | Mark flow as running |
states | array | No | Updated flow states |
users_access | uuid | No | Users granted access |
groups_access | uuid | No | Groups granted access |
