---
title: "Copy a TaskTemplateList"
method: POST
path: "/task_template_lists/{id}/copy.json"
tags: ["Task Template Lists"]
---

# Copy a TaskTemplateList

`POST /task_template_lists/{id}/copy.json`

Creates a copy of the TaskTemplateList identified by the `id` path parameter.

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Request body

- object
  - `data` object, required
    - `description` string — The description of the TaskTemplateList copy.
    - `name` string — The name of the TaskTemplateList copy.
    - `practice_area` object
      - `id` integer — The unique identifier for the practice area of the TaskTemplateList copy.

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/clio/apis/clio-api-documentation.md) · [All operations](https://skmtc.net/clio/apis/clio-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clio/clio-api-documentation/revisions/73791ddd1207/schema)
