Skip to content

Create debug flow

POST
/api/v1/flows

Create debug flow

Request Body

application/json
JSON
{
"name": "string"
}

Responses

Debug Flow created

application/json
JSON
{
"flow": {
"id": "string",
"lastModifiedDate": "string",
"name": "string",
"numEdges": 0,
"numNodes": 0
}
}

Samples