ticktick_update_task_note
Update the content of a specific note attached to a task in TickTick by providing the task ID, note ID, and new content.
Instructions
Edit task note
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task | |
| note_id | Yes | ID of the note to update | |
| new_content | Yes | Updated note content |