Skip to main content
PATCH
Update automation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Body

application/json
name
string
Required string length: 1 - 120
description
string
Maximum string length: 2000
enabled
boolean
default:true
trigger
object
conditions
any
actions
object[]
Required array length: 1 - 10 elements
maxRunsPerMinute
integer
Required range: 1 <= x <= 10000
maxExternalActionsPerMinute
integer
Required range: 1 <= x <= 10000
circuitBreakerThreshold
integer
Required range: 1 <= x <= 100
circuitBreakerCooldownSeconds
integer
Required range: 30 <= x <= 86400

Response

OK

data
object
required
meta
object