cURL
curl --request POST \ --url http://localhost:52000/api/v1/flows \ --header 'Content-Type: application/json' \ --data ' { "projectId": 123, "name": "<string>", "description": "<string>", "type": "<string>" } '
{ "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "id": 123, "name": "<string>", "description": "<string>", "projectId": 123, "type": "<string>", "steps": [ { "id": "<string>", "type": "<string>", "endpointId": 123, "preProcessor": "<string>", "postProcessor": "<string>", "nextIfTrue": "<string>", "nextIfFalse": "<string>", "condition": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txt
Use this file to discover all available pages before exploring further.
1
Created
Show child attributes