From d39280759b6418b8a6fcbeb94484b0d14f6e4d00 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:10:00 -0700 Subject: [PATCH] Updated opensearch-py to reflect the latest OpenSearch API spec (2024-06-20) (#766) Signed-off-by: GitHub Co-authored-by: saimedhi --- CHANGELOG.md | 1 + opensearchpy/_async/client/security.py | 2 +- opensearchpy/client/security.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff1e4d3..8d9985d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed ### Fixed ### Updated APIs +- Updated opensearch-py APIs to reflect [opensearch-api-specification@f2afd71](https://github.com/opensearch-project/opensearch-api-specification/commit/f2afd7171406c7477fbd644d74087bb0e2948c75) - Updated opensearch-py APIs to reflect [opensearch-api-specification@49cd814](https://github.com/opensearch-project/opensearch-api-specification/commit/49cd8140663f32f7c8b638ddc295683344edba61) ### Security ### Dependencies diff --git a/opensearchpy/_async/client/security.py b/opensearchpy/_async/client/security.py index e1381869..2a26e1b9 100644 --- a/opensearchpy/_async/client/security.py +++ b/opensearchpy/_async/client/security.py @@ -2206,7 +2206,7 @@ class SecurityClient(NamespacedClient): headers: Any = None, ) -> Any: """ - Retrieves the tenant names if any exist. Only accesible to super admins or + Retrieves the tenant names if any exist. Only accessible to super admins or kibanaserver user. diff --git a/opensearchpy/client/security.py b/opensearchpy/client/security.py index 4061f6dd..aadfc521 100644 --- a/opensearchpy/client/security.py +++ b/opensearchpy/client/security.py @@ -2206,7 +2206,7 @@ class SecurityClient(NamespacedClient): headers: Any = None, ) -> Any: """ - Retrieves the tenant names if any exist. Only accesible to super admins or + Retrieves the tenant names if any exist. Only accessible to super admins or kibanaserver user.