From e6bfe372563de51480dd60d46acf66605efb0dff Mon Sep 17 00:00:00 2001 From: saimedhi Date: Thu, 20 Jun 2024 03:34:29 +0000 Subject: [PATCH] Updated opensearch-py to reflect the latest OpenSearch API spec (2024-06-20) Signed-off-by: GitHub --- 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 @@ async def tenant_info( 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 @@ def tenant_info( 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.