Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 449 Bytes

File metadata and controls

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

const client = Client.init(options);

const workbookCommentReply = {
  content: 'This is my reply to the comment.',
  contentType: 'plain'
};

await client.api('/me/drive/items/01CYZLFJGUJ7JHBSZDFZFL25KSZGQTVAUN/workbook/comments/97A21473-8339-4BF0-BCB6-F55E4909FFB8/replies')
	.version('beta')
	.post(workbookCommentReply);