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 #fc10d68c

Last update:
Compare
0.24.0

API structure has changed

49 structure changes including:
49 Modifications
Modified 49 Breaking
DELETE /indexes/{indexUid}
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/documents
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/documents/{documentId}
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/displayed-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/distinct-attribute
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/filterable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/ranking-rules
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/searchable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/sortable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/stop-words
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
DELETE /indexes/{indexUid}/settings/synonyms
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /dumps/{dumpUid}/status
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
  • 404 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/documents
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/documents/{documentId}
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/search
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/displayed-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/distinct-attribute
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/filterable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/ranking-rules
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/searchable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/sortable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/stop-words
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/settings/synonyms
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/stats
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/updates
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /indexes/{indexUid}/updates/{updateId}
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /keys
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /stats
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
GET /version
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /dumps
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes
  • Response
  • 400 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/documents
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
  • 413 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/documents/delete-batch
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/search
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/displayed-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/distinct-attribute
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/filterable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/ranking-rules
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/searchable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/sortable-attributes
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/stop-words
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
POST /indexes/{indexUid}/settings/synonyms
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
PUT /indexes/{indexUid}
  • Response
  • 400 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
PUT /indexes/{indexUid}/documents
  • Response
  • 401 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added
  • 413 response Modified
    • errorCode, errorType, errorLink attributes Removed
    • code, type, link attributes Added