Last updated 1 month ago
0
20
GET /api/rest/index/plan HTTP/1.1 Host: localhost:8080 Authorization: YOUR_API_KEY Accept: */*
{ "code": "text", "message": "text" }
Starts a new indexing operation.
Set to true to plan the index building.
Set to true to perform the index building.
POST /api/rest/index/build HTTP/1.1 Host: localhost:8080 Authorization: YOUR_API_KEY Content-Type: */* Accept: */* Content-Length: 26 { "plan": null, "toIndex": [] }