Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/declarative-customization/site-design-rest-api.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: SharePoint site design REST API
description: Work with SharePoint site designs through the SharePoint REST interface to perform basic create, read, update, and delete (CRUD) operations.
ms.date: 06/28/2022
ms.date: 12/27/2025
ms.localizationpriority: high
---

Expand Down Expand Up @@ -431,7 +431,6 @@ Creates a new site design available to users when they create a new site from th

|Parameter | Description |
|-----------|--------------|
| id | The ID of the site design to apply. |
|Title | The display name of the site design. |
|WebTemplate | Identifies which base template to add the design to. Use the value **64** for the Team site template, and the value **68** for the Communication site template. |
|SiteScriptIds | An array of one or more site scripts. Each is identified by an ID. The scripts will run in the order listed. |
Expand Down Expand Up @@ -775,3 +774,5 @@ RestRequest("/_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteScri
## See also

- [SharePoint site design and site script overview](site-design-overview.md)