update-documents
Modify or add documents in a Meilisearch index by specifying the index identifier and providing a JSON array of documents, ensuring data remains up-to-date and searchable.
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 |