Updated opensearch-py to reflect the latest OpenSearch API spec (2024-06-20) (#766)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: saimedhi <saimedhi@users.noreply.github.com>
This commit is contained in:
opensearch-trigger-bot[bot]
2024-06-19 22:10:00 -07:00
committed by GitHub
parent b0ca0f8625
commit d39280759b
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.