update_note
Update the title or content of an existing Tilnote note by providing its page ID and optional new title or markdown content.
Instructions
Update the title or content of an existing Tilnote note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The page ID of the note to update | |
| title | No | New title (max 500 chars) | |
| content | No | New markdown content |