Skip to content

Commit 920d8ac

Browse files
authored
using api-v2 (#11)
1 parent 41573c2 commit 920d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robusta_cli/demo_alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def create_demo_alert(
121121
"curl",
122122
"-X",
123123
"POST",
124-
f"{alertmanager_url}/api/v1/alerts",
124+
f"{alertmanager_url}/api/v2/alerts",
125125
"-H",
126126
"Content-Type: application/json",
127127
"-d",

0 commit comments

Comments
 (0)