Rebuild Index
The Rebuild Index process is used to rebuild the external search index, e.g. Elastic index.
This process is used to rebuild the index when the index is corrupted or when the index is not up to date.
To rebuild the index, send a POST request to the following URL:
POST /ocs/v1/processes/rebuild-index
The response will be a plain text message:
Index rebuild process started
The process will run in the background and will not block the request. The process can be monitored by checking the process status.