Update an automation

Markdown으로 보기

Partial update of the automation’s configuration. Send only the fields you want to change. Triggers are managed through the triggers sub-resource.

Scope: automations:write

인증

AuthorizationBearer

Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.

경로 매개변수

orgIdstring필수

Organization id or slug. Resolve it with GET /v3/self.

automationIdstring필수

요청

This endpoint expects an object.
namestring선택 사항
instructionsstring선택 사항
modelstring or null선택 사항
toolsobject선택 사항
enabledboolean선택 사항

Set false to pause the automation. A paused automation’s triggers never fire.

응답

Updated.
idstring선택 사항
org_idstring선택 사항
namestring or null선택 사항
instructionsstring or null선택 사항
The system instructions the automation runs with.
modelstring or null선택 사항
enabledboolean선택 사항

A paused (false) automation’s triggers never fire.

toolsobject선택 사항
environmentobject선택 사항
triggerslist of objects선택 사항
Every condition that fires this automation. Empty until you add one.
created_atdatetime선택 사항
updated_atdatetime선택 사항

오류

402
Payment Required Error
404
Not Found Error