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.