Update a checklist subitem (tick or edit item field)
PATCH/api/v2/checklist/:checklistId/subitems/:subitemId
This API updates a checklist subitem inside a task. Supported operations:
- Marking a subitem as checked/unchecked (COMPLETED or PENDING)
- Editing the title of a subitem
- Both operations use the same endpoint, and the request must always include:
titlechecked
- Status mapping rules:
checked: true→status: COMPLETEDchecked: false→status: PENDING
Request
Responses
- 200
Checklist subitem updated successfully