Skip to main content

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:
    • title
    • checked
  • Status mapping rules:
    • checked: truestatus: COMPLETED
    • checked: falsestatus: PENDING

Request

Responses

Checklist subitem updated successfully