| description | Automatically generated file. DO NOT MODIFY |
|---|
const options = {
authProvider,
};
const client = Client.init(options);
const onenoteSection = {
displayName: 'Section name'
};
await client.api('/me/onenote/notebooks/{id}/sections')
.version('beta')
.post(onenoteSection);