Change Updates

Do not miss any Meilisearch API changes, ever again

Subscribe to the Meilisearch API changelog to be up to date on recent changes.

RSS
Meilisearch API documentation

Change #b32fe69e

Last update:
Compare
0.30.0

API structure has changed

7 structure changes including:
3 Additions
4 Modifications
Modified 4 Breaking
GET /indexes/{indexUid}/search
  • Response
  • 200 response Modified
    • offset, limit, estimatedTotalHits attributes Modified
    • page, hitsPerPage, totalHits, totalPages attributes Added
  • Query
  • page, hitsPerPage query parameters Added
GET /tasks
  • Response
  • 200 response Modified
    • results attribute Modified
  • Query
  • indexUid, status, type query parameters Removed
  • uids, indexUids, statuses, types, canceledBy, beforeEnqueuedAt, afterEnqueuedAt, beforeStartedAt, afterStartedAt, beforeFinishedAt, afterFinishedAt query parameters Added
GET /tasks/:taskUid
  • Response
  • 200 response Modified
    • details, error attributes Modified
    • canceledBy attribute Added
  • Path
  • taskUid path parameter Added
POST /indexes/{indexUid}/search
  • Body
  • content type Modified
    • page, hitsPerPage attributes Added
  • Response
  • 200 response Modified
    • offset, limit, estimatedTotalHits attributes Modified
    • page, hitsPerPage, totalHits, totalPages attributes Added
Added 3
DELETE /tasks
POST /swap-indexes
POST /tasks/cancel