Skip to content

Commit

Permalink
Updated opensearch-py to reflect the latest OpenSearch API spec (2024…
Browse files Browse the repository at this point in the history
…-06-20)

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
saimedhi authored Jun 20, 2024
1 parent b0ca0f8 commit e6bfe37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion opensearchpy/_async/client/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion opensearchpy/client/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6bfe37

Please sign in to comment.