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

Last update:
Compare
0.29.0

API structure has changed

36 structure changes including:
36 Modifications
Modified 36 Breaking
DELETE /indexes/{indexUid}
  • Response
  • 204 response Removed
  • 202 response Added
DELETE /indexes/{indexUid}/documents
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/documents/{documentId}
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/displayed-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/distinct-attribute
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/faceting
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/filterable-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/pagination
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/ranking-rules
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/searchable-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/sortable-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/stop-words
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/synonyms
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
DELETE /indexes/{indexUid}/settings/typo-tolerance
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
GET /indexes/{indexUid}/search
  • Query
  • matchingStrategy query parameter Added
GET /tasks
  • Response
  • 200 response Modified
    • results attribute Modified
GET /tasks/:taskUid
  • Response
  • 200 response Modified
    • batchUid attribute Removed
PATCH /indexes/{indexUid}
  • Response
  • 200 response Removed
  • 202 response Added
PATCH /indexes/{indexUid}/settings
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PATCH /indexes/{indexUid}/settings/faceting
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PATCH /indexes/{indexUid}/settings/pagination
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PATCH /indexes/{indexUid}/settings/typo-tolerance
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
POST /indexes
  • Response
  • 201 response Removed
  • 202 response Added
POST /indexes/{indexUid}/documents
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
POST /indexes/{indexUid}/documents/delete-batch
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
POST /indexes/{indexUid}/search
  • Body
  • content type Modified
    • matchingStrategy attribute Added
PUT /indexes/{indexUid}/documents
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/displayed-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/distinct-attribute
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/filterable-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/ranking-rules
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/searchable-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/sortable-attributes
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/stop-words
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed
PUT /indexes/{indexUid}/settings/synonyms
  • Response
  • 202 response Modified
    • taskUid, indexUid, status, type, enqueuedAt, Additional properties are NOT allowed attributes Removed