Updates the order of a project template automation action.

Actions of automations created from a workflow cannot be modified. <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.
automationIdstringRequiredformat: "uuid"
The id of the automation.
actionIdstringRequiredformat: "uuid"
The id of the action.

Request

The model to update the order.
orderdouble or nullOptional
The order of the list.

Response

No Content

Errors