v3

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2021-08-208527.2 KB
templates

Generate a flow from the flow template

Creates a flow based on the settings in the flow template. Requires the 'flows.write' permission.

post/templates/{id}/generate

Path parameters

idstring string required

ID of flow template to clone, must be a valid MongoDB ID.

Response

Returns the id and status of the new flow

metaobject

Example response

{
  "data": {
    "id": "5c99ec7e5ed40d3e7512cffa",
    "status": "starting"
  }
}