We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a6fd7 commit 74e7edaCopy full SHA for 74e7eda
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSiteDesign.md
@@ -15,6 +15,7 @@ Updates a previously uploaded site design.
15
16
```powershell
17
Set-SPOSiteDesign
18
+ [-Identity <SPOSiteDesignPipeBind>]
19
[-Title <string>]
20
[-WebTemplate <string>]
21
[-SiteScripts <SPOSiteScriptPipeBind[]>]
@@ -46,6 +47,21 @@ Updates a previously uploaded site design.
46
47
48
## PARAMETERS
49
50
+### -Identity
51
+The site design Id.
52
+
53
+```yaml
54
+Type: SPOSiteDesignPipeBind
55
+Parameter Sets: (All)
56
+Aliases:
57
+Applicable: SharePoint Online
58
+Required: True
59
+Position: Named
60
+Default value: None
61
+Accept pipeline input: False
62
+Accept wildcard characters: False
63
+```
64
65
### -Title
66
The display name of the site design.
67
0 commit comments