From 9de449bb5f407fc0f46f0fa585a2b50e55461315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 14 Apr 2020 14:11:12 +0200 Subject: [PATCH] 0.9 --- openapi.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/openapi.json b/openapi.json index 26d3c2e..cd1c10f 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.2", "info": { "title": "Library API", - "version": "1.0.0", + "version": "0.9.0", "description": "A simple API for managing authors and books.", "contact": { "name": "Eric Wittmann", @@ -319,19 +319,6 @@ }, "description": "Generic response when not found." } - }, - "securitySchemes": { - "api-key": { - "type": "apiKey", - "name": "api-key", - "in": "header" - } - } - }, - "security": [ - { - "api-key": [ - ] } - ] + } } \ No newline at end of file