POST api/2.0/portal/search/reindex
Reindexes a page during the search process.
Name |
Description |
Type |
Example |
name
sent in body
|
Index name
|
string
|
some text
|
POST api/2.0/portal/search/reindex
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"name": "some text"
}