From c2e4d7767bbef4c17a047ff8e5b51fca08e10a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Sun, 14 Oct 2018 21:25:24 +0300 Subject: [PATCH] Update reference schema --- tests/reference.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/reference.yaml b/tests/reference.yaml index 545c7d4..cd73ff5 100644 --- a/tests/reference.yaml +++ b/tests/reference.yaml @@ -27,9 +27,14 @@ securityDefinitions: in: header name: Authorization type: apiKey + Query: + in: query + name: auth + type: apiKey security: - Basic: [] - Bearer: [] + - Query: [] paths: /articles/: get: