Skip to content
debug-flow
Main Navigation
Home
Getting Started
Appearance
Menu
Return to top
Create debug flow
POST
/api/v1/flows
Create debug flow
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
}
Responses
200
500
Debug Flow created
Content-Type
application/json
Schema
JSON
JSON
{
"flow"
:
{
"id"
:
"string"
,
"lastModifiedDate"
:
"string"
,
"name"
:
"string"
,
"numEdges"
:
0
,
"numNodes"
:
0
}
}
POST
/api/v1/flows
Samples