Browse Source

v1.1

master
Nicolas Massé 3 years ago
parent
commit
a81578288f
  1. 19
      openapi.json

19
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": {

Loading…
Cancel
Save