update_note
Update an existing note by modifying its title, content, tags, color, or pin status. Provide the note ID to patch specific fields.
Instructions
Patch a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| title | No | ||
| content | No | ||
| tags | No | ||
| color | No | ||
| isPinned | No |