Updates the order of a given action.

POST

Updates the order of a given action in the list of actions of the specific automation. If the order isn’t changed, the order will not be updated.

Required Permissions: Any authenticated user.

Path parameters

projectIdstringRequired
The id of the project of the automation.
automationIdstringRequired
The id of the automation.
actionIdstringRequired
The id of the action.

Request

This endpoint expects an object.
orderdoubleOptional
The order of the list.

Response

This endpoint returns an object
idstringOptional
The id of the action.
createdBystringOptional
The id of the user who created the action.
createdOndatetimeOptional
The date the action was created.
updatedBystringOptional
The id of the user who updated the action.
updatedOndatetimeOptional
The date the action was updated.
typestringOptional
The type of the action.
orderdoubleOptional
The order of the action.
valueslist of objectsOptional
The values of the action.