v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0158208322.6 KB
Platform API

Update automation

Update an agent automation with a full configuration body. Provide agentId, name, enabled, and triggerType; Outlit maps agentId to the hosted-agent processor internally.

patch/api/automations/{id}

Path parameters

idstring uuid required

Automation ID.

Request body

agentIdstring uuid required
namestring required
descriptionstring nullable
enabledboolean required
triggerType'SIGNAL_OCCURRENCE' | 'SCHEDULE' required
signalIdsstring[]
matchMode'ANY' | 'ALL' | 'AT_LEAST'
triggerThresholdCountinteger
destinationIdsstring[]

Response

Automation was updated.

oktrue required
commandId'automation.update' required
commandVersion1 required
correlationIdstring required