Skip to content

Commit 858cbc1

Browse files
authored
Fix the URL for adding tenant theme
1 parent 952e1e5 commit 858cbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/site-theming/sharepoint-site-theming-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function RestRequest(url,params) {
5252
req.setRequestHeader("ODATA-VERSION","4.0");
5353
req.send(params ? JSON.stringify(params) : void 0);
5454
}
55-
RestRequest("/_api/thememanager/GetTenantThemingOptions");
55+
RestRequest("/_api/thememanager/AddTenantTheme");
5656

5757
var pal = {
5858
"palette" : {

0 commit comments

Comments
 (0)