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.
curl -X PATCH "https://your-collabase.ch/api/v1/automation/auto-abc123" \ -H "Authorization: Bearer cba_live_..." \ -H "Content-Type: application/json" \ -d '{ "name": "Notify on Critical Test Failure" }'
{ "id": "auto-abc123", "name": "Notify on Critical Test Failure", "isEnabled": true }
Update an automation’s name, description, or flow graph.
Was this page helpful?