From 9c3dda1e1ae411ee617cf61d0127eaaf5752c327 Mon Sep 17 00:00:00 2001 From: aetter Date: Thu, 10 Jun 2021 12:48:49 -0700 Subject: [PATCH] Update index.md --- _opensearch/rest-api/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_opensearch/rest-api/index.md b/_opensearch/rest-api/index.md index 207aa32a..6d1fd1be 100644 --- a/_opensearch/rest-api/index.md +++ b/_opensearch/rest-api/index.md @@ -8,3 +8,6 @@ has_children: true # REST API reference OpenSearch uses its REST API for most operations. This _incomplete_ section includes REST API paths, HTTP verbs, supported parameters, request body details, and sample responses. + +In general, the OpenSearch REST API is no different from the Elasticsearch OSS REST API; most client code that worked with Elasticsearch OSS should also work with OpenSearch. +{: .tip }