quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Review search and index management routes

Open fmassot opened this issue 3 years ago • 0 comments

On main branch we have these routes for search and index management:

  • /api/v1/{index-id}/search
  • /api/v1/{index-id}/search/stream
  • /api/v1/indexes
  • /api/v1/indexes/{index-id}
  • /api/v1/indexes/{index-id}/splits

I would prefer to have always the prefix api/v1/indexes even for search.

fmassot avatar Apr 22 '22 22:04 fmassot