Skip to content

Store debug flow

POST
/api/v1/flows/{id}

Store debug flow

Parameters

Path Parameters

id*
Typestring
Required

Request Body

application/json
JSON
{
"flow": {
"name": "string",
"reactflow": {
"edges": [
],
"nodes": [
]
}
}
}

Responses

Debug flow is stored

application/json
JSON
{
"reason": "string",
"status": 0
}

Samples