From 6ba88a4554c825da0cabe32eb5eea0a21b62f2e1 Mon Sep 17 00:00:00 2001 From: Azeez Muibi Date: Wed, 19 Mar 2025 18:36:12 +0100 Subject: [PATCH] Updated Security Schema --- digifi_swagger.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/digifi_swagger.json b/digifi_swagger.json index bd6f109..5dede04 100644 --- a/digifi_swagger.json +++ b/digifi_swagger.json @@ -2942,6 +2942,12 @@ "in": "header", "name": "appID", "description": "API Key authentication method is implemented. Each request should contain appID and apiKey headers." + }, + "apiKeySecret": { + "type": "apiKey", + "in": "header", + "name": "apiKey", + "description": "API Key Secret authentication method is implemented. Must be used together with appID." } } }