Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 399 Bytes

File metadata and controls

17 lines (12 loc) · 399 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let teamTemplateDefinition = await client.api('/teamwork/teamTemplates/com.microsoft.teams.template.ManageAProject/definitions/Y29tLm1pY3Jvc29mdC50ZWFtcy50ZW1wbGF0ZS5NYW5hZ2VBUHJvamVjdCMjUHVibGljIyNlbi1VUw==')
	.version('beta')
	.get();