---
title: "Adds task templates to a task list template."
method: POST
path: "/taskbundles/{taskBundleId}/tasklisttemplates/{taskListTemplateId}/addtasktemplates"
tags: ["taskBundles"]
---

# Adds task templates to a task list template.

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

<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

- TaskTemplateToTaskListTemplate[]
  - `taskTemplateId` string, uuid — The id of the task template.
  - `order` number, double, nullable — The order of the task template, unique within the task list template.

## Response `200`

OK

- ReorderingResult[]
  - `id` string, uuid, required — The id of the list to move the task to or to change the order for.
  - `order` number, double, nullable — The order of the task in the list. If null, the task is moved to the end of the list.

## Other responses

- `400` — Bad Request
- `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)
