From 7faade1bdf2b4d2b1ed1c358e71ab0cfc0d21c0e Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Mon, 30 Aug 2021 11:38:59 -0700 Subject: [PATCH] Maybe this can resolve conflicts --- _opensearch/rest-api/document-apis/delete-by-query.md | 2 +- _opensearch/rest-api/document-apis/get-documents.md | 2 -- _opensearch/rest-api/document-apis/multi-get.md | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/_opensearch/rest-api/document-apis/delete-by-query.md b/_opensearch/rest-api/document-apis/delete-by-query.md index 47a53f62..59bb0516 100644 --- a/_opensearch/rest-api/document-apis/delete-by-query.md +++ b/_opensearch/rest-api/document-apis/delete-by-query.md @@ -3,7 +3,7 @@ layout: default title: Delete by query parent: Document APIs grand_parent: REST API reference -nav_order: 30 +nav_order: 40 --- # Delete by query diff --git a/_opensearch/rest-api/document-apis/get-documents.md b/_opensearch/rest-api/document-apis/get-documents.md index dce4d322..896e1717 100644 --- a/_opensearch/rest-api/document-apis/get-documents.md +++ b/_opensearch/rest-api/document-apis/get-documents.md @@ -7,8 +7,6 @@ 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 886933cb..006ade95 100644 --- a/_opensearch/rest-api/document-apis/multi-get.md +++ b/_opensearch/rest-api/document-apis/multi-get.md @@ -7,8 +7,6 @@ nav_order: 25 --- # Multi-get documents -Introduced 1.0 -{: .label .label-purple } The multi-get operation allows you to execute multiple GET operations in one request, so you can get back all documents that match your criteria.