---
title: "POST /api/automation/{automation_id}/workflows/order/"
method: POST
path: "/api/automation/{automation_id}/workflows/order/"
tags: ["Automation workflows"]
---

# POST /api/automation/{automation_id}/workflows/order/

`POST /api/automation/{automation_id}/workflows/order/`

Apply a new order to the workflows of an automation.

## Path parameters

- `automation_id` integer, required

## Headers

- `ClientSessionId` string, uuid

## Request body

- OrderAutomationWorkflows
  - `workflow_ids` integer[], required — The ids of the workflows in the order they are supposed to be set in.

## Response `204`

No response body

## Other responses

- `400`
- `404`

---

[API](https://skmtc.dev/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.dev/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/f3396317d932/schema)
