POST api/2.0/portal/search This function requires authentication

Description

Sets the search settings specified in the request.

Parameters
Name Description Type Example
items
sent in body
Search settings System.Collections.Generic.List{ASC.ElasticSearch.Core.SearchSettingsItem}
Example
POST api/2.0/portal/search
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "items": [
    {
      "ID": "some text",
      "Enabled": false,
      "Title": "some text"
    }
  ]
}
Returns

This method doesn't return any data.