Skip to content

Commit 444d6d4

Browse files
committed
Remove version number
1 parent 16bb446 commit 444d6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/management/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def get_workspace_group_metrics(
327327
328328
"""
329329
url = (
330-
f'v2/organizations/{organization_id}/'
330+
f'organizations/{organization_id}/'
331331
f'workspaceGroups/{workspace_group_id}/metrics'
332332
)
333333
res = self._get(url)

0 commit comments

Comments
 (0)