Meilisearch API changelog
Last update:
API structure has changed
0.30.0
Breaking change
-
Added:
DELETE /tasks
-
Added:
POST /swap-indexes
-
Added:
POST /tasks/cancel
-
Modified:
GET /indexes/{indexUid}/search
-
page
,hitsPerPage
query parameters were added -
200
response was modified-
page
,hitsPerPage
,totalHits
,totalPages
attributes were added -
offset
,limit
,estimatedTotalHits
attributes were modified
-
-
-
Modified:
GET /tasks
-
uids
,indexUids
,statuses
,types
,canceledBy
,beforeEnqueuedAt
,afterEnqueuedAt
,beforeStartedAt
,afterStartedAt
,beforeFinishedAt
,afterFinishedAt
query parameters were added -
indexUid
,status
,type
query parameters were removedBreaking -
200
response was modified-
results
attribute was modified
-
-
-
Modified:
GET /tasks/:taskUid
-
taskUid
path parameter was added -
200
response was modified-
canceledBy
attribute was added -
details
,error
attributes were modifiedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/search
-
body was modified
-
page
,hitsPerPage
attributes were added
-
-
200
response was modified-
page
,hitsPerPage
,totalHits
,totalPages
attributes were added -
offset
,limit
,estimatedTotalHits
attributes were modified
-
-
body was modified
API structure has changed
0.29.0
Breaking change
-
Modified:
DELETE /indexes/{indexUid}
-
202
response was added -
204
response was removedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/documents
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/documents/{documentId}
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/displayed-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/distinct-attribute
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/faceting
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/filterable-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/pagination
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/ranking-rules
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/searchable-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/sortable-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/stop-words
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/synonyms
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/typo-tolerance
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/search
-
matchingStrategy
query parameter was added
-
-
Modified:
GET /tasks
-
200
response was modified-
results
attribute was modified
-
-
-
Modified:
GET /tasks/:taskUid
-
200
response was modified-
batchUid
attribute was removedBreaking
-
-
-
Modified:
PATCH /indexes/{indexUid}
-
202
response was added -
200
response was removedBreaking
-
-
Modified:
PATCH /indexes/{indexUid}/settings
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PATCH /indexes/{indexUid}/settings/faceting
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PATCH /indexes/{indexUid}/settings/pagination
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PATCH /indexes/{indexUid}/settings/typo-tolerance
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
POST /indexes
-
202
response was added -
201
response was removedBreaking
-
-
Modified:
POST /indexes/{indexUid}/documents
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/documents/delete-batch
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/search
-
body was modified
-
matchingStrategy
attribute was added
-
-
body was modified
-
Modified:
PUT /indexes/{indexUid}/documents
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/displayed-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/distinct-attribute
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/filterable-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/ranking-rules
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/searchable-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/sortable-attributes
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/stop-words
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/synonyms
-
202
response was modifiedBreaking-
taskUid
,indexUid
,status
,type
,enqueuedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
API structure has changed
0.28.0
Breaking change
-
Added:
DELETE /indexes/{indexUid}/settings/faceting
-
Added:
DELETE /indexes/{indexUid}/settings/pagination
-
Added:
GET /indexes/{indexUid}/settings/faceting
-
Added:
GET /indexes/{indexUid}/settings/pagination
-
Added:
PATCH /indexes/{indexUid}/settings/faceting
-
Added:
PATCH /indexes/{indexUid}/settings/pagination
-
Modified:
DELETE /indexes/{indexUid}/documents
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/documents/{documentId}
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/displayed-attributes
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/distinct-attribute
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/filterable-attributes
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/ranking-rules
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/searchable-attributes
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/sortable-attributes
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/stop-words
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/synonyms
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/typo-tolerance
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
GET /indexes
-
limit
,offset
query parameters were added -
200
response was modifiedBreaking-
results
,limit
,offset
,total
attributes were addedBreaking -
uid
,name
,primaryKey
,createdAt
,updatedAt
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}
-
200
response was modified-
name
attribute was removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/documents
-
fields
query parameter was added -
attributesToRetrieve
query parameter was removedBreaking -
200
response was modifiedBreaking-
results
,limit
,offset
,total
attributes were addedBreaking -
Additional properties are allowed
attribute was removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/documents/{documentId}
-
fields
query parameter was added
-
-
Modified:
GET /indexes/{indexUid}/search
-
facets
,showMatchesPosition
query parameters were added -
facetsDistribution
,matches
query parameters were removedBreaking -
200
response was modified-
estimatedTotalHits
,facetDistribution
attributes were added -
nbHits
,exhaustiveNbHits
,facetsDistribution
,exhaustiveFacetsCount
attributes were removedBreaking -
hits
attribute was modified
-
-
-
Modified:
GET /indexes/{indexUid}/settings
-
200
response was modified-
pagination
,faceting
attributes were added
-
-
-
Modified:
GET /keys
-
limit
,offset
query parameters were added -
200
response was modified-
limit
,offset
,total
attributes were added -
results
attribute was modifiedBreaking
-
-
-
Modified:
GET /keys/{uid_or_key}
-
uidOrKey
path parameter was added -
200
response was modified-
uid
,name
attributes were added
-
-
-
Modified:
GET /tasks
-
limit
,from
,indexUid
,status
,type
query parameters were added -
200
response was modified-
limit
,from
,next
attributes were added -
results
attribute was modifiedBreaking
-
-
-
Modified:
GET /tasks/:taskUid
-
200
response was modified-
details
attribute was modified
-
-
-
Modified:
PATCH /indexes/{indexUid}
Breaking-
200
response was modifiedBreaking-
name
attribute was removedBreaking
-
-
-
Modified:
PATCH /indexes/{indexUid}/settings
Breaking-
body was modified
Breaking
-
pagination
,faceting
attributes were added
-
-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
body was modified
-
Modified:
PATCH /indexes/{indexUid}/settings/typo-tolerance
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PATCH /keys/{uid_or_key}
-
body was modified
-
name
,Additional properties are NOT allowed
attributes were added -
key
,actions
,indexes
,expiresAt
,createdAt
,updatedAt
attributes were removedBreaking
-
-
200
response was modified-
uid
,name
attributes were added
-
-
body was modified
-
Modified:
POST /dumps
-
202
response was modifiedBreaking-
body was modified
Breaking
-
body was modified
-
-
Modified:
POST /indexes
-
201
response was modified-
name
attribute was removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/documents
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/documents/delete-batch
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/search
-
body was modified
-
showMatchesPosition
,facets
attributes were added -
matches
,facetsDistribution
attributes were removedBreaking
-
-
200
response was modified-
estimatedTotalHits
,facetDistribution
attributes were added -
nbHits
,exhaustiveNbHits
,facetsDistribution
,exhaustiveFacetsCount
attributes were removedBreaking -
hits
attribute was modified
-
-
body was modified
-
Modified:
POST /keys
Breaking-
body was modified
Breaking
-
uid
,name
attributes were added
-
-
200
response was modifiedBreaking-
uid
,name
attributes were added
-
-
body was modified
-
Modified:
PUT /indexes/{indexUid}/documents
-
202
response was modified-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/displayed-attributes
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/distinct-attribute
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/filterable-attributes
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/ranking-rules
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/searchable-attributes
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/sortable-attributes
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/stop-words
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/settings/synonyms
Breaking-
202
response was modifiedBreaking-
taskUid
,type
attributes were added -
uid
attribute was removedBreaking
-
-
-
Removed:
GET /dumps/{dumpUid}/status
Breaking -
Removed:
GET /indexes/{indexUid}/tasks
Breaking -
Removed:
GET /indexes/{indexUid}/tasks/{taskUid}
Breaking
API structure has changed
0.27.0
-
Added:
DELETE /indexes/{indexUid}/settings/typo-tolerance
-
Added:
GET /indexes/{indexUid}/settings/typo-tolerance
-
Added:
POST /indexes/{indexUid}/settings/typo-tolerance
-
Modified:
GET /indexes/{indexUid}/search
-
highlightPreTag
,highlightPostTag
,cropMarker
query parameters were added
-
-
Modified:
GET /indexes/{indexUid}/settings
-
200
response was modified-
typoTolerance
attribute was added
-
-
-
Modified:
GET /indexes/{indexUid}/tasks
-
200
response was modified-
results
attribute was modified
-
-
-
Modified:
GET /indexes/{indexUid}/tasks/{taskUid}
-
200
response was modified-
details
attribute was modified
-
-
-
Modified:
GET /tasks
-
200
response was modified-
results
attribute was modified
-
-
-
Modified:
GET /tasks/:taskUid
-
200
response was modified-
details
attribute was modified
-
-
-
Modified:
POST /indexes/{indexUid}/search
-
body was modified
-
highlightPreTag
,highlightPostTag
,cropMarker
attributes were added
-
-
body was modified
-
Modified:
POST /indexes/{indexUid}/settings
-
body was modified
-
typoTolerance
attribute was added
-
-
body was modified
API structure has changed
0.26.0
-
Modified:
GET /indexes/{indexUid}/tasks
-
200
response was modified-
results
attribute was modified
-
-
-
Modified:
GET /indexes/{indexUid}/tasks/{taskUid}
-
200
response was modified-
batchUid
attribute was added
-
-
-
Modified:
GET /tasks
-
200
response was modified-
results
attribute was modified
-
-
-
Modified:
GET /tasks/:taskUid
-
200
response was modified-
batchUid
attribute was added
-
-
Documentation content has changed
Documentation content has changed
API structure has changed
0.25.0
Breaking change
-
Added:
DELETE /keys/{key}
-
Added:
GET /indexes/{indexUid}/tasks
-
Added:
GET /indexes/{indexUid}/tasks/{taskUid}
-
Added:
GET /keys
-
Added:
GET /tasks
-
Added:
GET /tasks/:taskUid
-
Added:
PATCH /keys/{key}
-
Added:
POST /keys/{key}
-
Modified:
DELETE /indexes/{indexUid}
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/documents
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/documents/{documentId}
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/displayed-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/distinct-attribute
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/filterable-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/ranking-rules
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/searchable-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/sortable-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/stop-words
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
DELETE /indexes/{indexUid}/settings/synonyms
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /dumps/{dumpUid}/status
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/documents
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/documents/{documentId}
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/search
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/displayed-attributes
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/distinct-attribute
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/filterable-attributes
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/ranking-rules
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/searchable-attributes
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/sortable-attributes
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/stop-words
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/settings/synonyms
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /indexes/{indexUid}/stats
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /keys/{key}
Breaking-
401
response was removedBreaking -
200
response was modifiedBreaking-
key
,actions
,indexes
,description
,expiresAt
,createdAt
,updatedAt
attributes were added -
private
,public
,Additional properties are NOT allowed
attributes were removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /stats
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
GET /version
-
Api key
authentication method was added
-
-
Modified:
POST /dumps
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/documents
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/documents/delete-batch
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/search
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/displayed-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/distinct-attribute
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/filterable-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/ranking-rules
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/searchable-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/sortable-attributes
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/stop-words
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/settings/synonyms
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
PUT /indexes/{indexUid}
-
Api key
authentication method was modifiedBreaking
-
-
Modified:
PUT /indexes/{indexUid}/documents
-
202
response was modified-
uid
,indexUid
,status
,enqueuedAt
attributes were added -
updateId
attribute was removedBreaking
-
-
Api key
authentication method was modifiedBreaking
-
-
Removed:
GET /indexes/{indexUid}/updates
Breaking -
Removed:
GET /indexes/{indexUid}/updates/{updateId}
Breaking
API structure has changed
0.24.0
Breaking change
-
Modified:
DELETE /indexes/{indexUid}
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/documents
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/documents/{documentId}
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/displayed-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/distinct-attribute
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/filterable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/ranking-rules
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/searchable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/sortable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/stop-words
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
DELETE /indexes/{indexUid}/settings/synonyms
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /dumps/{dumpUid}/status
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
404
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/documents
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/documents/{documentId}
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/search
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/displayed-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/distinct-attribute
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/filterable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/ranking-rules
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/searchable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/sortable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/stop-words
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings/synonyms
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/stats
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/updates
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/updates/{updateId}
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /keys
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /stats
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
GET /version
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /dumps
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes
-
400
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/documents
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
413
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/documents/delete-batch
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/search
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/displayed-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/distinct-attribute
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/filterable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/ranking-rules
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/searchable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/sortable-attributes
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/stop-words
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings/synonyms
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}
-
400
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/documents
-
401
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
413
response was modified-
code
,type
,link
attributes were added -
errorCode
,errorType
,errorLink
attributes were removedBreaking
-
-
Documentation content has changed
API structure has changed
-
Modified:
GET /indexes/{indexUid}/search
-
200
response was modified-
hits
attribute was modified
-
-
-
Modified:
POST /indexes
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/documents
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/documents/delete-batch
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/search
-
Content-Type
header was added -
200
response was modified-
hits
attribute was modified
-
-
-
Modified:
POST /indexes/{indexUid}/settings
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/displayed-attributes
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/distinct-attribute
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/filterable-attributes
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/ranking-rules
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/searchable-attributes
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/sortable-attributes
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/stop-words
-
Content-Type
header was added
-
-
Modified:
POST /indexes/{indexUid}/settings/synonyms
-
Content-Type
header was added
-
-
Modified:
PUT /indexes/{indexUid}
-
Content-Type
header was added
-
-
Modified:
PUT /indexes/{indexUid}/documents
-
Content-Type
header was added
-
API structure has changed
0.22.0
-
Added:
DELETE /indexes/{indexUid}/settings/sortable-attributes
-
Added:
GET /indexes/{indexUid}/settings/sortable-attributes
-
Added:
POST /indexes/{indexUid}/settings/sortable-attributes
-
Modified:
GET /indexes/{indexUid}/search
-
sort
query parameter was added
-
-
Modified:
GET /indexes/{indexUid}/settings
-
200
response was modified-
sortableAttributes
attribute was added
-
-
-
Modified:
POST /indexes/{indexUid}/search
-
body was modified
-
sort
attribute was added
-
-
body was modified
-
Modified:
POST /indexes/{indexUid}/settings
-
body was modified
-
sortableAttributes
attribute was added
-
-
body was modified
Documentation content has changed
API structure has changed
Breaking change
-
Modified:
GET /indexes/{indexUid}/search
-
attributesToCrop
,cropLength
,filter
query parameters were modifiedBreaking
-
-
Modified:
POST /indexes/{indexUid}/search
-
body was modified
-
filter
attribute was modifiedBreaking
-
-
body was modified
API structure has changed
Breaking change
-
Modified:
GET /version
-
200
response was modified-
commitDate
attribute was added -
buildDate
attribute was removedBreaking
-
-
API structure has changed
0.21.0
Breaking change
-
Modified:
DELETE /indexes/{indexUid}
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/documents
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/documents/{documentId}
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings/displayed-attributes
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings/distinct-attribute
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings/filterable-attributes
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings/ranking-rules
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings/searchable-attributes
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings/stop-words
-
401
,404
responses were added
-
-
Modified:
DELETE /indexes/{indexUid}/settings/synonyms
-
401
,404
responses were added
-
-
Modified:
GET /dumps/{dumpUid}/status
Breaking-
401
,404
responses were addedBreaking -
200
response was modifiedBreaking-
startedAt
,finishedAt
attributes were added -
status
attribute was modifiedBreaking
-
-
-
Modified:
GET /indexes
-
401
response was added -
200
response was modified-
name
attribute was added -
primaryKey
attribute was modifiedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}
-
401
,404
responses were added -
200
response was modified-
name
attribute was added -
primaryKey
attribute was modifiedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/documents
-
limit
,offset
,attributesToRetrieve
query parameters were added -
401
,404
responses were added -
200
response was modified-
Additional properties are allowed
attribute was added
-
-
-
Modified:
GET /indexes/{indexUid}/documents/{documentId}
-
401
,404
responses were added
-
-
Modified:
GET /indexes/{indexUid}/search
-
filter
,attributesToRetrieve
,limit
,offset
,matches
query parameters were added -
401
,404
responses were added -
filters
query parameter was removedBreaking -
q
query parameter was modified -
attributesToCrop
query parameter was modifiedBreaking -
200
response was modified-
facetsDistribution
,exhaustiveFacetsCount
,Additional properties are NOT allowed
attributes were added -
hits
,offset
,limit
,nbHits
,exhaustiveNbHits
,processingTimeMs
,query
attributes were modifiedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/settings
-
401
,404
responses were added -
200
response was modified-
rankingRules
,distinctAttribute
,searchableAttributes
,displayedAttributes
,stopWords
,synonyms
,filterableAttributes
attributes were added
-
-
-
Modified:
GET /indexes/{indexUid}/settings/displayed-attributes
-
401
,404
responses were added
-
-
Modified:
GET /indexes/{indexUid}/settings/distinct-attribute
-
401
,404
responses were added
-
-
Modified:
GET /indexes/{indexUid}/settings/filterable-attributes
-
401
,404
responses were added
-
-
Modified:
GET /indexes/{indexUid}/settings/ranking-rules
-
401
,404
responses were added
-
-
Modified:
GET /indexes/{indexUid}/settings/searchable-attributes
-
401
,404
responses were added
-
-
Modified:
GET /indexes/{indexUid}/settings/stop-words
-
401
,404
responses were added
-
-
Modified:
GET /indexes/{indexUid}/settings/synonyms
-
401
,404
responses were added -
200
response was modified-
Additional properties:
attribute was removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/stats
-
401
,404
responses were added -
200
response was modified-
fieldDistribution
attribute was added -
fieldsDistribution
attribute was removedBreaking
-
-
-
Modified:
GET /indexes/{indexUid}/updates
-
401
,404
responses were added -
200
response was modified-
status
,updateId
,type
,enqueuedAt
,processedAt
,duration
,error
attributes were added
-
-
-
Modified:
GET /indexes/{indexUid}/updates/{updateId}
-
401
,404
responses were added -
200
response was modified-
status
attribute was modifiedBreaking -
type
attribute was modified
-
-
-
Modified:
GET /keys
-
401
response was added
-
-
Modified:
GET /stats
-
401
response was added -
200
response was modified-
indexes
attribute was modified
-
-
-
Modified:
GET /version
-
401
response was added
-
-
Modified:
POST /dumps
-
401
response was added -
202
response was modified-
startedAt
,finishedAt
attributes were added -
status
attribute was modifiedBreaking
-
-
-
Modified:
POST /indexes
-
400
,401
responses were added -
201
response was modified-
name
attribute was added -
primaryKey
attribute was modifiedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/documents
-
401
,413
responses were added
-
-
Modified:
POST /indexes/{indexUid}/documents/delete-batch
-
401
,404
responses were added
-
-
Modified:
POST /indexes/{indexUid}/search
-
401
,404
responses were added -
body was modified
-
filter
attribute was added -
filters
attribute was removedBreaking -
q
attribute was modified
-
-
200
response was modified-
facetsDistribution
,exhaustiveFacetsCount
,Additional properties are NOT allowed
attributes were added -
hits
,offset
,limit
,nbHits
,exhaustiveNbHits
,processingTimeMs
,query
attributes were modifiedBreaking
-
-
-
Modified:
POST /indexes/{indexUid}/settings
-
401
,404
responses were added -
body was modified
-
filterableAttributes
attribute was added -
attributesForFaceting
attribute was removedBreaking -
synonyms
attribute was modified
-
-
-
Modified:
POST /indexes/{indexUid}/settings/displayed-attributes
-
401
,404
responses were added
-
-
Modified:
POST /indexes/{indexUid}/settings/distinct-attribute
-
401
,404
responses were added
-
-
Modified:
POST /indexes/{indexUid}/settings/filterable-attributes
- body was added
-
401
,404
responses were added
-
Modified:
POST /indexes/{indexUid}/settings/ranking-rules
-
401
,404
responses were added
-
-
Modified:
POST /indexes/{indexUid}/settings/searchable-attributes
-
401
,404
responses were added
-
-
Modified:
POST /indexes/{indexUid}/settings/stop-words
-
401
,404
responses were added
-
-
Modified:
POST /indexes/{indexUid}/settings/synonyms
-
401
,404
responses were added -
body was modified
-
Additional properties:
attribute was removedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}
-
400
,401
,404
responses were added -
200
response was modified-
name
attribute was added -
primaryKey
attribute was modifiedBreaking
-
-
-
Modified:
PUT /indexes/{indexUid}/documents
-
401
,413
responses were added -
body was modified
-
Additional properties are allowed
attribute was added
-
-