Last updated 18 days ago
curl -L \ --url 'http://localhost:8080/api/rest/index/plan' \ --header 'Authorization: YOUR_API_KEY'
{ "code": "text", "message": "text" }
Set to true to plan the index building.
Set to true to perform the index building.
curl -L \ --request POST \ --url 'http://localhost:8080/api/rest/index/build' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: */*' \ --data '{ "plan": null, "toIndex": [] }'