Updates the order of a given action of a project automation.
Updates the order of a given action in the list of actions of the specific project automation. Actions of automations created from a workflow cannot be modified.
<Check title="Required Permissions" icon="key">The user must be owner of the project or must have `project-master-data:write` permissions on the specified project.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project of the automation.
automationId
The id of the automation.
actionId
The id of the action.
Request
The model to update the order.
order
The order of the list.
Response
OK
id
The id of the action.
createdBy
The id of the user who created the action.
createdOn
The date the action was created.
updatedBy
The id of the user who updated the action.
updatedOn
The date the action was updated.
type
The type of the action.
order
The order of the action.
values
The values of the action.

