From 351e34069c20805d3f182d71a1998a80e4df4281 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 20 Oct 2022 08:38:31 +0200 Subject: [PATCH] Update openapi.json --- openapi.json | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/openapi.json b/openapi.json index 1a49b60..1ba5cee 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.2", "info": { "title": "Library API", - "version": "1.1.0", + "version": "0.9.0", "description": "A simple API for managing authors and books.", "contact": { "name": "Eric Wittmann", @@ -256,23 +256,6 @@ "required": true } ] - }, - "/test": { - "summary": "This is a test", - "get": { - "responses": { - "200": { - "content": { - "application/json": { - - } - }, - "description": "ok" - } - }, - "operationId": "test", - "summary": "This is a test" - } } }, "components": { @@ -336,20 +319,6 @@ }, "description": "Generic response when not found." } - }, - "securitySchemes": { - "api-key": { - "type": "apiKey", - "description": "api-key", - "name": "api-key", - "in": "header" - } - } - }, - "security": [ - { - "api-key": [ - ] } - ] -} \ No newline at end of file + } +}