Skip to content

Commit 1367938

Browse files
Merge pull request SharePoint#7870 from DhurataJ/patch-2
[BrokenLinksH2] Fix path in link
2 parents 4b82ba9 + c49184b commit 1367938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/apis/site-creation-rest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create Modern SharePoint Sites using REST
33
description: Create and get the status of a new modern SharePoint site by using the REST interface.
4-
ms.date: 03/29/2022
4+
ms.date: 04/06/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -58,14 +58,14 @@ body:
5858
> If you use an app-only context to create the site collection the **Owner property is required**. In other cases this is an optional property and if not present will default to the user calling the REST endpoint.
5959
6060

61-
The site design id can be retrieved by using the [Get-SPOSiteDesign](/powershell/module/sharepoint-online/get-spositedesign) (Microsoft SharePoint Online Management Shell) or [Get-PnPSiteDesign](/powershell/module/sharepoint-pnp/get-pnpsitedesign) (PnP PowerShell) cmdlets. If you want to apply an out-of-the-box available site design, use the following values:
61+
The site design id can be retrieved by using the [Get-SPOSiteDesign](/powershell/module/sharepoint-online/get-spositedesign) (Microsoft SharePoint Online Management Shell) or [Get-PnPSiteDesign](/sharepoint/dev/declarative-customization/site-design-pnppowershell) (PnP PowerShell) cmdlets. If you want to apply an out-of-the-box available site design, use the following values:
6262

6363
- Topic: `96c933ac-3698-44c7-9f4a-5fd17d71af9e` or null
6464
- Showcase: `6142d2a0-63a5-4ba0-aede-d9fefca2c767`
6565
- Blank: `f6cc5403-0d63-442e-96c0-285923709ffc`
6666

6767
> [!IMPORTANT]
68-
> To apply your custom site designs as retrieved with [Get-SPOSiteDesign](/powershell/module/sharepoint-online/get-spositedesign) (Microsoft SharePoint Online Management Shell) or [Get-PnPSiteDesign](/powershell/module/sharepoint-pnp/get-pnpsitedesign) (PnP PowerShell) you will have to change the JSON as follows:
68+
> To apply your custom site designs as retrieved with [Get-SPOSiteDesign](/powershell/module/sharepoint-online/get-spositedesign) (Microsoft SharePoint Online Management Shell) or [Get-PnPSiteDesign](/sharepoint/dev/declarative-customization/site-design-pnppowershell) (PnP PowerShell) you will have to change the JSON as follows:
6969
```json
7070
...
7171
"SiteDesignId":"00000000-0000-0000-0000-000000000000",

0 commit comments

Comments
 (0)