update-documents
Modify or add documents in a Meilisearch index by specifying the index identifier and a JSON array of documents. Ensures data accuracy and synchronization within search indices.
Instructions
Update documents in a Meilisearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
documents | Yes | JSON array of documents to update | |
indexUid | Yes | Unique identifier of the index | |
primaryKey | No | Primary key for the documents |