---
title: "Updates the order of the task list with the specified id."
method: POST
path: "/projects/{projectId}/tasklists/{taskListId}/updateorder"
tags: ["taskLists"]
---

# Updates the order of the task list with the specified id.

`POST /projects/{projectId}/tasklists/{taskListId}/updateorder`

To update the order of a project task list, the user needs manage permissions on the project-planning-data feature.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Path parameters

- `projectId` string, uuid, required
- `taskListId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- UpdateOrderForm
  - `order` number, double, nullable — The order of the list.

## Response `204`

No Content

- object

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[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)
