Skip to main content
POST
/
search
/
reindex-all
Reindex all collections (tenant agnostic)
curl --request POST \
  --url https://api.example.com/search/reindex-all \
  --header 'Content-Type: application/json' \
  --data '
{
  "test": true,
  "collections": [
    "<string>"
  ],
  "entityIds": [
    "<string>"
  ]
}
'
{}

Body

application/json
test
boolean
collections
string[]
entityIds
string[]

Response

200 - application/json

The response is of type object.