PUT api/2.0/settings/colortheme
Saves the portal color theme specified in the request.
Name |
Description |
Type |
Example |
Theme
sent in body
|
Custom color theme settings
|
System.CustomColorThemesSettingsItem
|
|
Selected
sent in body
|
Selected or not
|
System.Nullable{System.Int32}
|
|
PUT api/2.0/settings/colortheme
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": {
"Selected": 1234,
"Limit": 1234
}
}
text/xml
<result>
<status>0</status>
<response>
<Selected>1234</Selected>
<Limit>1234</Limit>
</response>
</result>