update_todo
Modify an existing todo in Things by updating its title, notes, schedule, deadline, tags, status, or location. Use ID to specify the task and adjust properties such as completion, project, or heading.
Instructions
Update an existing todo in Things
Args: id: ID of the todo to update title: New title notes: New notes when: New schedule deadline: New deadline tags: New tags completed: Mark as completed canceled: Mark as canceled list: The title of a project or area to move the to-do into list_id: The ID of a project or area to move the to-do into (takes precedence over list) heading: The heading title to move the to-do under heading_id: The heading ID to move the to-do under (takes precedence over heading)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
canceled | No | ||
completed | No | ||
deadline | No | ||
heading | No | ||
heading_id | No | ||
id | Yes | ||
list | No | ||
list_id | No | ||
notes | No | ||
tags | No | ||
title | No | ||
when | No |