Skip to main content
PUT
/
automations
/
{id}
Update automation
curl --request PUT \
  --url http://api.gu1.ai/automations/{id} \
  --header 'Authorization: Bearer <token>'

Endpoint

PUT https://api.gu1.ai/automations/:id
Content-Type: application/json
Same fields as Create automation, all optional.

Response

200{ "automation": { ... } } 404 — automation not found