Skip to content

Commit a293e67

Browse files
Merge pull request SharePoint#7190 from expiscornovus/patch-1
Update site-design-rest-api.md
2 parents ec69b82 + b6412a8 commit a293e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/site-design-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint site design REST API
33
description: Work with SharePoint site designs through the SharePoint REST interface to perform basic create, read, update, and delete (CRUD) operations.
4-
ms.date: 04/07/2021
4+
ms.date: 08/05/2021
55
localization_priority: Priority
66
---
77

@@ -491,7 +491,7 @@ Applies a site design to an existing site collection.
491491
Here's an example of applying a site design to the ProjectGo site collection.
492492

493493
```javascript
494-
RestRequest("/_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility.ApplySiteDesign", {siteDesignId: "614f9b28-3e85-4ec9-a961-5971ea086cca", "webUrl":"https://contoso.sharepoint.com/sites/projectgo"});
494+
RestRequest("/_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScriptUtility.ApplySiteDesign", {"siteDesignId": "614f9b28-3e85-4ec9-a961-5971ea086cca", "webUrl":"https://contoso.sharepoint.com/sites/projectgo"});
495495
```
496496

497497
## AddSiteDesignTaskToCurrentWeb

0 commit comments

Comments
 (0)