From 5ddabb88bd14dbdfabd984f72e657dd94fe6b24f Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Mon, 30 Aug 2021 11:35:11 -0700 Subject: [PATCH] Fixed heading and styling --- _opensearch/rest-api/document-apis/get-documents.md | 2 ++ _opensearch/rest-api/document-apis/multi-get.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_opensearch/rest-api/document-apis/get-documents.md b/_opensearch/rest-api/document-apis/get-documents.md index 896e1717..dce4d322 100644 --- a/_opensearch/rest-api/document-apis/get-documents.md +++ b/_opensearch/rest-api/document-apis/get-documents.md @@ -7,6 +7,8 @@ nav_order: 5 --- # Get document +Introduced 1.0 +{: .label .label-purple} After adding a JSON document to your index, you can use the get document API operation to retrieve the document's information and data. diff --git a/_opensearch/rest-api/document-apis/multi-get.md b/_opensearch/rest-api/document-apis/multi-get.md index 1e23b124..886933cb 100644 --- a/_opensearch/rest-api/document-apis/multi-get.md +++ b/_opensearch/rest-api/document-apis/multi-get.md @@ -16,7 +16,6 @@ The multi-get operation allows you to execute multiple GET operations in one req ```json GET _mget - { "docs": [ {