cURL
curl --request PUT \ --url http://api.gu1.ai/automations/{id} \ --header 'Authorization: Bearer <token>'
Partially update an automation. Re-validates synergy when graph/steps/actions change.
PUT https://api.gu1.ai/automations/:id Content-Type: application/json
{ "automation": { ... } }
Was this page helpful?