Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 371 Bytes

File metadata and controls

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

const client = Client.init(options);

const place = {
  '@odata.type': 'microsoft.graph.workspace',
  parentId: 'f7de7265-e420-47b4-9d49-28d728716241',
  displayName: 'testSpace001',
  tags: ['test']
};

await client.api('/places')
	.post(place);