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 89fcd48 commit 3e4eb41Copy full SHA for 3e4eb41
sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteScript.md
@@ -33,9 +33,14 @@ This example adds a new site logo from the following script in a file.
33
34
```json
35
{
36
- "verb": "setSiteLogo",
37
- "url": "https://contoso.sharepoint.com/SiteAssets/company-logo.png"
38
-},
+ "$schema": "schema.json",
+ "actions": [
+ {
39
+ "verb": "setSiteLogo",
40
+ "url": "https://contoso.sharepoint.com/SiteAssets/company-logo.png"
41
+ }
42
+ ]
43
+}
44
```
45
46
```powershell
0 commit comments