Updates the order of an action within an automation of a workflow.

<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

workflowIdstringRequiredformat: "uuid"
automationIdstringRequiredformat: "uuid"
actionIdstringRequiredformat: "uuid"

Request

This endpoint expects an object.
orderdouble or nullOptional
The order of the list.

Response

No Content

Errors