update-checklist-item
Update the text or completion status of a subtask within a Microsoft To Do task.
Instructions
Update an existing checklist item (subtask). Allows changing the text content or completion status of the subtask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the task list | |
| taskId | Yes | ID of the task | |
| isChecked | No | Whether the item is checked off | |
| displayName | No | New text content of the checklist item | |
| checklistItemId | Yes | ID of the checklist item to update |