---
title: "Changes statuses of tasks."
method: POST
path: "/tasks/changestatuses"
tags: ["tasks"]
---

# Changes statuses of tasks.

`POST /tasks/changestatuses`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Headers

- `Authorization` string, required

## Request body

- ChangeStatusForm[]
  - `taskId` string, uuid, required — The id of the task.
  - `statusId` string, uuid, required — The id of the task status.
  - `order` number, double, nullable — The order of the status int the new task status. The task is appended to the end if the Order is not set.

## Response `207`

Multi-Status

- TasksPostTasksChangeStatusesResponse207 — Empty response body

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
