Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 354 Bytes

File metadata and controls

22 lines (16 loc) · 354 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const onenoteOperation = {
  groupId: 'groupId-value',
  renameAs: 'renameAs-value'
};

await client.api('/me/onenote/notebooks/{id}/copyNotebook')
	.version('beta')
	.post(onenoteOperation);