File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Updates a previously uploaded site script.
15
15
16
16
```
17
17
Set-SPOSiteScript
18
+ -Identity <SPOSiteScriptPipeBind>
18
19
-Title <string>
19
20
-Content <string>
20
21
[-Description <string>]
@@ -59,6 +60,22 @@ This example updates a previously created site script. Any site designs referenc
59
60
60
61
## PARAMETERS
61
62
63
+ ### -Identity
64
+
65
+ The id of the site design.
66
+
67
+ ``` yaml
68
+ Type : SPOSiteDesignPipeBind
69
+ Parameter Sets : (All)
70
+ Aliases :
71
+ Applicable : SharePoint Online
72
+ Required : True
73
+ Position : Named
74
+ Default value : None
75
+ Accept pipeline input : False
76
+ Accept wildcard characters : False
77
+ ` ` `
78
+
62
79
### -Title
63
80
64
81
The display name of the site design.
@@ -68,7 +85,7 @@ Type: String
68
85
Parameter Sets : (All)
69
86
Aliases :
70
87
Applicable : SharePoint Online
71
- Required : True
88
+ Required : False
72
89
Position : Named
73
90
Default value : None
74
91
Accept pipeline input : False
@@ -84,7 +101,7 @@ Type: String
84
101
Parameter Sets : (All)
85
102
Aliases :
86
103
Applicable : SharePoint Online
87
- Required : True
104
+ Required : False
88
105
Position : Named
89
106
Default value : None
90
107
Accept pipeline input : False
You can’t perform that action at this time.
0 commit comments