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.
2 parents e6109e9 + 3e4eb41 commit 90dc64bCopy full SHA for 90dc64b
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