Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 343 Bytes

File metadata and controls

21 lines (15 loc) · 343 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const place = {
  '@odata.type': 'microsoft.graph.building',
  tags: ['most popular building']
};

await client.api('/places/e18a8e21-0494-4296-a5bc-f848dba2740d')
	.update(place);