From 512e3a5a82e949c185db336336df970f8cccef87 Mon Sep 17 00:00:00 2001 From: magicmilo Date: Wed, 27 Oct 2021 14:21:05 +0100 Subject: [PATCH] added required armed forces fields to example --- docs/api/DLUHC-CORE-Data.v1.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/api/DLUHC-CORE-Data.v1.json b/docs/api/DLUHC-CORE-Data.v1.json index 64d5ca517..35a028ace 100644 --- a/docs/api/DLUHC-CORE-Data.v1.json +++ b/docs/api/DLUHC-CORE-Data.v1.json @@ -1207,6 +1207,17 @@ ] } }, - "securitySchemes": {} + "securitySchemes": { + "API Key - 1": { + "name": "API Key", + "type": "apiKey", + "in": "query" + }, + "API Key - 2": { + "name": "API Key", + "type": "apiKey", + "in": "query" + } + } } -} +} \ No newline at end of file