Publish Flow
POST {{base-url}}/{{flow-id}}/publish
Updates the status of the flow as
PUBLISHED
. This action is not reversible. The flow and its assets become immutable once published. To update the flow, you must create a new flow and specify the previous flow id as the `clone
flow
id` parameter
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"success":true}