v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Task Checklists

Edit Checklist

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

put/v2/checklist/{checklist_id}

Path parameters

checklist_idstring required
Example:b955c4dc

b8a8-48d8-a0c6-b4200788a683 (uuid)

Request body

namestring
positioninteger

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.

Example request

{
  "name": "Updated Checklist",
  "position": 1
}

Response

object required