Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PUT /v1/workflows/
PUT /v1/workflows/{workflow_ref}
curl -X PUT https://api.vonative.com/v1/workflows/wfl_abc123 \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Support Flow", "steps": [...] }'
404