cURL
curl --request POST \ --url https://api.example.com/search/reindex-all \ --header 'Content-Type: application/json' \ --data ' { "test": true, "collections": [ "<string>" ], "entityIds": [ "<string>" ] } '
{}
The response is of type object.
object
Was this page helpful?