Skip to content

Commit 425fd97

Browse files
authored
Updating CreateSiteDesign Parameters
The parameter listing is using the wrong value for SiteScriptIds. I've updated the document to reflect this.
1 parent f923b34 commit 425fd97

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
@@ -432,7 +432,7 @@ Creates a new site design available to users when they create a new site from th
432432
| id | The ID of the site design to apply. |
433433
|Title | The display name of the site design. |
434434
|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. |
435-
|SiteScripts | An array of one or more site scripts. Each is identified by an ID. The scripts will run in the order listed. |
435+
|SiteScriptIds | An array of one or more site scripts. Each is identified by an ID. The scripts will run in the order listed. |
436436
|Description | (Optional) The display description of site design. |
437437
|PreviewImageUrl | (Optional) The URL of a preview image. If none is specified, SharePoint uses a generic image. |
438438
|PreviewImageAltText | (Optional) The alt text description of the image for accessibility. |

0 commit comments

Comments
 (0)