POST api/2.0/settings/rebranding/additional This function requires authentication

Description

Saves the additional white label settings specified in the request.

Parameters
Name Description Type Example
wrapper
sent in body
Additional white label settings ASC.Web.Core.WhiteLabel.AdditionalWhiteLabelSettingsWrapper
Example
POST api/2.0/settings/rebranding/additional
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "wrapper": {
    "Settings": {
      "AdditionalWhiteLabelSettingsHelper": {
        "DefaultHelpCenterUrl": "some text",
        "DefaultFeedbackAndSupportUrl": "some text",
        "DefaultUserForumUrl": "some text",
        "DefaultVideoGuidesUrl": "some text",
        "DefaultMailSalesEmail": "some text",
        "DefaultBuyUrl": "some text"
      },
      "StartDocsEnabled": true,
      "HelpCenterEnabled": true,
      "FeedbackAndSupportEnabled": true,
      "FeedbackAndSupportUrl": "some text",
      "UserForumEnabled": true,
      "UserForumUrl": "some text",
      "VideoGuidesEnabled": true,
      "VideoGuidesUrl": "some text",
      "SalesEmail": "some text",
      "BuyUrl": "some text",
      "LicenseAgreementsEnabled": true,
      "LicenseAgreementsUrl": "some text"
    }
  }
}
Returns

Boolean value: true if the operation is successful