Skip to content
debug-flow
Main Navigation
Home
Getting Started
Appearance
Menu
Return to top
Store debug flow
POST
/api/v1/flows/{id}
Store debug flow
Parameters
Path Parameters
id
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"flow"
:
{
"name"
:
"string"
,
"reactflow"
:
{
"edges"
:
[
]
,
"nodes"
:
[
]
}
}
}
Responses
200
500
Debug flow is stored
Content-Type
application/json
Schema
JSON
JSON
{
"reason"
:
"string"
,
"status"
:
0
}
POST
/api/v1/flows/{id}
Samples