checklists_items_update
Change a ClickUp checklist item's name, assignee, or resolved status to keep checklists up to date.
Instructions
Update an existing ClickUp checklist item's properties including name, assignee, and resolved status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The new name of the checklist item | |
| assignee | No | The ID of the user to assign to the checklist item | |
| resolved | No | Whether the checklist item is resolved | |
| checklist_id | Yes | The ID of the checklist containing the item | |
| checklist_item_id | Yes | The ID of the checklist item to update |