From a81578288fb2000c4deae602915285b83a7b2faf Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 19 Oct 2022 17:59:45 +0200 Subject: [PATCH] v1.1 --- openapi.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index 780f580..1a49b60 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.2", "info": { "title": "Library API", - "version": "1.0.0", + "version": "1.1.0", "description": "A simple API for managing authors and books.", "contact": { "name": "Eric Wittmann", @@ -256,6 +256,23 @@ "required": true } ] + }, + "/test": { + "summary": "This is a test", + "get": { + "responses": { + "200": { + "content": { + "application/json": { + + } + }, + "description": "ok" + } + }, + "operationId": "test", + "summary": "This is a test" + } } }, "components": {