Updated opensearch-py to reflect the latest OpenSearch API spec (2024-06-20) (#766)
Signed-off-by: GitHub <[email protected]> Co-authored-by: saimedhi <[email protected]>
This commit is contained in:
co-authored by
saimedhi
parent
b0ca0f8625
commit
d39280759b
@@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
### Removed
|
### Removed
|
||||||
### Fixed
|
### Fixed
|
||||||
### Updated APIs
|
### 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)
|
- Updated opensearch-py APIs to reflect [opensearch-api-specification@49cd814](https://github.com/opensearch-project/opensearch-api-specification/commit/49cd8140663f32f7c8b638ddc295683344edba61)
|
||||||
### Security
|
### Security
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|||||||
@@ -2206,7 +2206,7 @@ class SecurityClient(NamespacedClient):
|
|||||||
headers: Any = None,
|
headers: Any = None,
|
||||||
) -> Any:
|
) -> 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.
|
kibanaserver user.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2206,7 +2206,7 @@ class SecurityClient(NamespacedClient):
|
|||||||
headers: Any = None,
|
headers: Any = None,
|
||||||
) -> Any:
|
) -> 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.
|
kibanaserver user.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user