updatePageContent
Modify content of a OneNote page by specifying the page ID and new content, with an option to retain the original title.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | New page content (HTML or markdown-style text). | |
pageId | Yes | The ID of the page to update. | |
preserveTitle | No | Keep the original title (default: true). |