Automations
Update automation
Updates an existing automation's settings. Only the fields included in the request body are updated.
put/updateAutomation
Query parameters
docIdstring required
The automation ID to update.
Request body
Response
Automation updated
Example response
{
"message": "Success"
}