Skip to content

Commit 7d8394b

Browse files
Update site-design-rest-api.md
Small typo, quote characters missing in the code example of the ApplySiteDesign.
1 parent 32da7b0 commit 7d8394b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)