Skip to content

Commit 972f77e

Browse files
authored
[BrokenLinksH2] Fix path in link
Fixing the broken link in line 61 and line 68
1 parent ee2d1e2 commit 972f77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/apis/site-creation-rest.md

Lines changed: 2 additions & 2 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/6/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -58,7 +58,7 @@ 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`

0 commit comments

Comments
 (0)