---
title: "Edit Checklist"
method: PUT
path: "/v2/checklist/{checklist_id}"
tags: ["Task Checklists"]
---

# Edit Checklist

`PUT /v2/checklist/{checklist_id}`

Rename a task checklist, or reorder a checklist so it appears above or below other checklists on a task.

## Path parameters

- `checklist_id` string, required

## Request body

- object
  - `name` string
  - `position` integer — Position refers to the order of appearance of checklists on a task.\ \ To set a checklist to appear at the top of the checklists section of a task, use `"position": 0`.

## Response `200`

- object

---

[API](https://skmtc.net/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.net/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
