Skip to main content
POST
/
search
/
reindex
Reindex collections
curl --request POST \
  --url https://api.example.com/search/reindex \
  --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.