Developers
API ReferenceTask Checklist Item

Updates the TaskChecklistItem resource

PATCH
/project/task-checklist-items/{id}

Updates the TaskChecklistItem resource

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

TaskChecklistItem identifier

Request Body

The updated TaskChecklistItem resource

TypeScript Definitions

Use the request body type in TypeScript.

name?string
Lengthlength <= 240
isChecked?boolean

Response Body

curl -X PATCH "https://example.com/project/task-checklist-items/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "isChecked": true,  "weight": 0}