Update index.md

This commit is contained in:
aetter 2021-06-10 12:48:49 -07:00
parent e14076bbd3
commit 9c3dda1e1a
1 changed files with 3 additions and 0 deletions

View File

@ -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 }