Automations / Execution order
Set execution order for one automation rule. starts at 1
Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/automations/execution_order/{id}
Method: PUT
Authorisation: Minimum role: ADMIN
Request Arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 | |
| input | DTO_automation_execution_order_input | Body |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
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 |