update_checklist_item
Modify ClickUp checklist items by renaming, checking/unchecking, reassigning, or reordering them under a parent item.
Instructions
Update a checklist item (rename, check/uncheck, reassign, reorder)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| parent | No | Parent item ID to nest under, or null to un-nest | |
| assignee | No | User ID, or null to unassign | |
| resolved | No | true to check, false to uncheck | |
| checklist_id | Yes | The checklist ID | |
| checklist_item_id | Yes | The checklist item ID |