From 8a9868b644022d75ffd1560426b4381f585314b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 19 Mar 2026 09:43:37 +0100 Subject: [PATCH] chore: update http request config with current travel date --- api.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.http b/api.http index d8224ae..77610f5 100644 --- a/api.http +++ b/api.http @@ -60,7 +60,7 @@ Authorization: Bearer {{$auth.token("oauth2_api")}} ### API travel # @no-cookie-jar -GET {{base_url}}/api/travels/SBW131225 +GET {{base_url}}/api/travels/DPWMP140326 Accept: application/json Authorization: Bearer {{$auth.token("oauth2_api")}}