From 12760ebcba1c3c9946d90df37897f854ddfab211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Hunyadi?= <67875049+akoshunyadi@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:52:10 +0200 Subject: [PATCH] apiKey removed #2 --- code/API_definitions/qod-api.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/API_definitions/qod-api.yaml b/code/API_definitions/qod-api.yaml index 42864a90eb..e7e2a65960 100644 --- a/code/API_definitions/qod-api.yaml +++ b/code/API_definitions/qod-api.yaml @@ -220,12 +220,7 @@ components: flows: clientCredentials: tokenUrl: "{tokenUrl}" - scopes: {} - apiKey: - type: apiKey - description: API key to authorize requests - name: apikey - in: query + scopes: {} schemas: SessionId: type: string