From 6644437b30e0ef80326823f91e045a593a399f82 Mon Sep 17 00:00:00 2001 From: Olly Butterfield Date: Mon, 19 Dec 2022 17:52:31 +0000 Subject: [PATCH] Update incident.go --- incident.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incident.go b/incident.go index 1504705..b98db2f 100644 --- a/incident.go +++ b/incident.go @@ -20,7 +20,7 @@ import ( const ( // API URL // Right now, the API is only available in v1 and as a cloud version. - apiURL = "https://api.incident.io/v1/" + apiURL = "https://api.incident.io/v2/" // User Agent that will be used for HTTP requests. // Should help to identify the source of the calls in case of emergency.