Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 324 Bytes

File metadata and controls

19 lines (13 loc) · 324 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const copyNotebookModel = {webUrl: 'webUrl value'};

await client.api('/me/onenote/notebooks/GetNotebookFromWebUrl')
	.version('beta')
	.post(copyNotebookModel);