Edit Checklist

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

SecurityAuthorization Token
Request
path Parameters
checklist_id
required
string

b8a8-48d8-a0c6-b4200788a683 (uuid)

Request Body schema: application/json
required
name
string
position
integer <int32>

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.

Responses
200
put/v2/checklist/{checklist_id}
Request samples
application/json
{
  • "name": "Updated Checklist",
  • "position": 1
}
Response samples
application/json
{ }