Update an item's text and/or completion
update_itemUpdate a list item's text or completion status. Provide list ID and item ID, plus optional text or completed flag.
Instructions
Update an item's text and/or completion status. Pass text, completed, or both. When both are provided the text is updated first then status is updated as a separate request — these are NOT atomic. Returns: {id, text, status}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| item_id | Yes | ||
| text | No | ||
| completed | No |