v1

latestSwagger 2.0MIT2026-07-1793106379.6 KB
Flows

Patch flow

put/flows/{flowID}

Path parameters

flowIDinteger required

flow id

Request body

action'stop' | 'finish' | 'input' | 'rename' required
inputstring
namestring
providerstring
resource_idsinteger[]

Example request

{
  "input": "user input for waiting flow",
  "name": "new flow name"
}

Response

flow patched successful

statusstring

Example response

{
  "data": {
    "functions": {
      "functions": [
        {
          "timeout": 60,
          "url": "https://example.com/api/v1/function"
        }
      ]
    }
  },
  "status": "success"
}