update-checklist-item
Modify subtask details by updating text content or toggling completion status in Microsoft Todo using list, task, and checklist item IDs.
Instructions
Update an existing checklist item (subtask). Allows changing the text content or completion status of the subtask.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
checklistItemId | Yes | ID of the checklist item to update | |
displayName | No | New text content of the checklist item | |
isChecked | No | Whether the item is checked off | |
listId | Yes | ID of the task list | |
taskId | Yes | ID of the task |