We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fa1ea commit 2d83427Copy full SHA for 2d83427
hpecp/config.py
@@ -27,7 +27,7 @@ def __init__(self, client):
27
28
def get(self):
29
response = self.client._request(
30
- url="/api/v2/config",
+ url="/api/v1/config",
31
http_method="get",
32
description="config/get",
33
)
0 commit comments