---
title: "Updates the order of task templates in a task list template."
method: POST
path: "/taskbundles/{taskBundleId}/tasklisttemplates/{taskListTemplateId}/updateorder"
tags: ["taskBundles"]
---

# Updates the order of task templates in a task list template.

`POST /taskbundles/{taskBundleId}/tasklisttemplates/{taskListTemplateId}/updateorder`

<Check title="Required Permissions" icon="key">The user must be an admin or have `task-manage-config:write` permissions.</Check>

## Path parameters

- `taskBundleId` string, uuid, required
- `taskListTemplateId` 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

- `404` — Not Found

---

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