PUT api/2.0/settings/colortheme This function requires authentication

Description

Saves the portal color theme specified in the request.

Parameters
Name Description Type Example
Theme
sent in body
Custom color theme settings System.CustomColorThemesSettingsItem
Selected
sent in body
Selected or not number 1234
Example
PUT api/2.0/settings/colortheme
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Portal theme settings

Example Response
{
  "status": 0,
  "response": {
    "Selected": 1234,
    "Limit": 1234
  }
}