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.
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
}
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
}
Was this page helpful?