update_document
Update a specific document in an Elasticsearch index by providing the index name, document ID, and partial document content to modify.
Instructions
Update an existing document in a specific Elasticsearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document | Yes | Partial document body to update (fields to change) | |
id | Yes | Document ID to update | |
index | Yes | Name of the Elasticsearch index |