Flows
Patch flow
put/flows/{flowID}
Path parameters
flowIDinteger required
flow id
Request body
Example request
{
"input": "user input for waiting flow",
"name": "new flow name"
}Response
flow patched successful
Example response
{
"data": {
"functions": {
"functions": [
{
"timeout": 60,
"url": "https://example.com/api/v1/function"
}
]
}
},
"status": "success"
}