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

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

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