From ea84b0dbc3d29b8f8e6b9a8147c951ebf1159240 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Fri, 24 Jan 2025 16:25:16 +0100 Subject: [PATCH] Update Entur endpoint They also changed the OTP flavor needed to talk to this, but that's a detail we haven't modeled here. The old endpoint doesn't exist anymore, so this doesn't make things worse at least. --- data/no/entur-otp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/no/entur-otp.json b/data/no/entur-otp.json index 8802b2c..9f87ec2 100644 --- a/data/no/entur-otp.json +++ b/data/no/entur-otp.json @@ -16,7 +16,7 @@ } }, "options": { - "endpoint": "https://api.entur.io/journey-planner/v2/graphql/", + "endpoint": "https://api.entur.io/journey-planner/v3/graphql/", "apiVersion": "entur" }, "supportedLanguages": [ "no" ],