create-onenote-section-page
Create a new page in a specified OneNote section by providing a full HTML document as the page content.
Instructions
Create a new page in the specified section.
💡 TIP: Body must be a full HTML document (with ......). Partial HTML fails silently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| onenoteSectionId | Yes | Path parameter: onenoteSectionId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |