corpus_id
: The unique identifier of the corpus to refreshcurl --location -g --request POST 'https:///api/corpus//refresh' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Manual reindex triggered",
"data": {
"manual_reindex_triggered": true
}
}