Update Automation
Update an automation by ID.
Authorization
Request Body
application/json
RequiredThe request body should contain a properly formatted JSON object. See Automation Objects and Tasks for all the optional props.
name
stringdescription
stringtrigger
objectworkflow
array<object>status
stringValue in:
"active" | "paused"
Path Parameters
id
RequiredstringHeader Parameters
Accept-Version
stringSpecifies the API Version
Default:
"2025-08-20"
Value in: "2025-08-20" | "latest"
Response Body
Success
id
Requiredstringname
stringdescription
stringtrigger
Requiredobjectworkflow
Requiredarray<Any properties in object,object>status
RequiredstringValue in:
"active" | "paused"
created
RequiredstringFormat:
"date-time"
updated
RequiredstringFormat:
"date-time"