Update Automation
Update an automation by ID.
Authorization
Request Body
application/jsonRequiredThe request body should contain a properly formatted JSON object. See Automation Objects and Tasks for all the optional props.
namestringdescriptionstringtriggerobjectworkflowarray<object>statusstringValue in:
"active" | "paused"Path Parameters
idRequiredstringHeader Parameters
Accept-VersionstringSpecifies the API Version
Default:
"2025-08-20"Value in: "2025-08-20" | "latest"Response Body
Success
idRequiredstringnamestringdescriptionstringtriggerRequiredobjectworkflowRequiredarray<Any properties in object,object>statusRequiredstringValue in:
"active" | "paused"createdRequiredstringFormat:
"date-time"updatedRequiredstringFormat:
"date-time"