POST api/2.0/portal/search
Sets the search settings specified in the request.
Name |
Description |
Type |
Example |
items
sent in body
|
Search settings
|
System.Collections.Generic.List{ASC.ElasticSearch.Core.SearchSettingsItem}
|
|
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"
}
]
}
This method doesn't return any data.