Saves the white label settings specified in the request.
Name | Description | Type | Example |
LogoText
sent in body
|
Logo text | string | some text |
Logo
sent in body
|
Tenant IDs with their logos (light or dark) |
Collection of ASC.Api.Collections.ItemKeyValuePair{System.Strins
collection
|
|
IsDark
sent in url
|
Specifies if the logo is for a dark theme or not | Bool value | true |
IsDefault
sent in url
|
Specifies if the logo is for a default tenant or not | Bool value | true |
POST api/2.0/settings/whitelabel/save?IsDark=true&IsDefault=true Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "LogoText": "some text" }
Boolean value: true if the operation is sucessful