Summary
Updates non-scheduling data for an automation
Description
Updates custom data for an automation. For scheduling data please use updateAutomationSchedule
Route
PUT /automation_catalog/automations/:id
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
id | string | yes | Unique id of the automation |
options | object | yes | Object containing the fields to be updated |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
document | object | Updated document of requested automation |