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.
descriptionstringRequired
New description for the automation
idstringRequired
ID of the automation to update
orgIdstringRequired
Organization ID

Response

OK
domainNamestring
idstring
descriptionstring
schemastring
templatestring

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