Skip to content

Commit e75bc3c

Browse files
committed
Fixing typo - update document fixing a typo and updated date
1 parent b4d0d80 commit e75bc3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/solution-guidance/modern-experience-customizations-provisioning-sites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Provisioning "modern" team sites programmatically
33
description: Provision a team site from the UI or by using PnP CSOM Core or PnP PowerShell.
4-
ms.date: 5/10/2018
4+
ms.date: 6/14/2020
55
localization_priority: Priority
66
---
77

@@ -45,7 +45,7 @@ For more information, see the following Office Support article:
4545

4646
### Provision a "modern" team site programmatically via SharePoint Online REST API
4747

48-
"Modern" team sites can be created programmatically by using a REST API provided by SharePoint Online, and also used by the Create Site UI of SharePoint Online. To provision a "modern" team site via REST, make a POST reqeust to the Microsoft Graph "groups" endpoint: ```https://graph.microsoft.com/v1.0/groups```
48+
"Modern" team sites can be created programmatically by using a REST API provided by SharePoint Online, and also used by the Create Site UI of SharePoint Online. To provision a "modern" team site via REST, make a POST request to the Microsoft Graph "groups" endpoint: ```https://graph.microsoft.com/v1.0/groups```
4949

5050
The URI of the "modern" team site is determined by the **mailNickname** parameter and the managed path you select for team sites in your tenant administration (this defaults to 'sites').
5151

0 commit comments

Comments
 (0)