edit_note
Modify existing notes in Remember The Milk by updating content, title, or linking to specific tasks and lists.
Instructions
Edit an existing note.
Args: note_id: ID of the note to edit note_text: New note content note_title: New title (optional) task_name: Task name to search for task_id: Specific task ID taskseries_id: Task series ID list_id: List ID
Returns: Updated note details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| note_text | Yes | ||
| note_title | No | ||
| task_name | No | ||
| task_id | No | ||
| taskseries_id | No | ||
| list_id | No |