From 266df8e006b5127c8368239fb59ab9e186c26a8d Mon Sep 17 00:00:00 2001 From: Keith Chan <12404772+keithhc2@users.noreply.github.com> Date: Tue, 3 Aug 2021 15:39:31 -0700 Subject: [PATCH] Added label --- _opensearch/rest-api/document-apis/update-document.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_opensearch/rest-api/document-apis/update-document.md b/_opensearch/rest-api/document-apis/update-document.md index 23b06773..460c6685 100644 --- a/_opensearch/rest-api/document-apis/update-document.md +++ b/_opensearch/rest-api/document-apis/update-document.md @@ -7,6 +7,8 @@ nav_order: 10 --- # Update document +Introduced 1.0 +{: .label .label-purple } If you need to update a document's fields in your index, you can use the update document API operation. You can do so by specifying the new data you want in your index or by including a script in your request body, which OpenSearch runs to update the document.