From 0634c1f308b75f5b7a5098ed158d555715e98aba Mon Sep 17 00:00:00 2001 From: SilverRampart <37623136+SilverRampart@users.noreply.github.com> Date: Wed, 4 Mar 2020 23:06:24 +0200 Subject: [PATCH] Changed auth flow I think this is correct --- LH_public_API_swagger_2_0.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LH_public_API_swagger_2_0.json b/LH_public_API_swagger_2_0.json index ced89a6..9f27a22 100755 --- a/LH_public_API_swagger_2_0.json +++ b/LH_public_API_swagger_2_0.json @@ -17,8 +17,7 @@ "scopes": { "read:LH Open API": "read access" }, - "flow": "accessCode", - "authorizationUrl": "https://api.lufthansa.com/v1/oauth/token", + "flow": "application", "tokenUrl": "https://api.lufthansa.com/v1/oauth/token" } }, @@ -1273,4 +1272,4 @@ } } } -} \ No newline at end of file +}