Updated opensearch-py to reflect the latest OpenSearch API spec (2024-02-07) (#671)

Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
This commit is contained in:
opensearch-trigger-bot[bot]
2024-02-08 11:41:26 -05:00
committed by GitHub
co-authored by saimedhi
parent b9d9bae06e
commit 8b91bb4ddb
5 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class SecurityClient(NamespacedClient):
"""
return self.transport.perform_request(
"GET",
"/_plugins/_security/api/actiongroups/",
"/_plugins/_security/api/actiongroups",
params=params,
headers=headers,
)