updateNote
Modify a note's text content and pin status by providing its ID.
Instructions
Update an existing note by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Note ID to update | |
| content | No | Updated note text content | |
| isPin | No | Whether to pin the note |