Automations
Execution order
Moves one automation rule to the given position in the execution order, counting from 1, which shifts the rules it passes. Only CUSTOM rules can be moved, they can never be placed after the built in default rules, and a position beyond the current number of rules is rejected.
PUT
/api/{tenant:minlength(2)}/v{version:apiVersion}/automations/execution_order/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 | |
| input | DTO_automation_execution_order_input | Body |
Request body example
Response
Response body example
DTO_automation_execution_order_input
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| execution_order | Int32 | Execution order |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37