Update Automation Description
Update the description of a specific automation
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
description
New description for the automation
id
ID of the automation to update
orgId
Organization ID
Response
OK
domainName
id
description
schema
template
Errors
401
Automations Update Request Unauthorized Error
403
Automations Update Request Forbidden Error
404
Automations Update Request Not Found Error
422
Automations Update Request Unprocessable Entity Error
500
Automations Update Request Internal Server Error