create-onenote-section
Creates a new section in a OneNote notebook using the notebook ID and a display name for the section.
Instructions
Create a new onenoteSection in the specified notebook.
💡 TIP: Creates a new section in a notebook. Body: { displayName: 'Section Name' }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| notebookId | Yes | Path parameter: notebookId | |
| 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 |