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