Browse Source

Update openapi.json

master
Nicolas Massé 3 years ago
committed by GitHub
parent
commit
351e34069c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 37
      openapi.json

37
openapi.json

@ -2,7 +2,7 @@
"openapi": "3.0.2", "openapi": "3.0.2",
"info": { "info": {
"title": "Library API", "title": "Library API",
"version": "1.1.0", "version": "0.9.0",
"description": "A simple API for managing authors and books.", "description": "A simple API for managing authors and books.",
"contact": { "contact": {
"name": "Eric Wittmann", "name": "Eric Wittmann",
@ -256,23 +256,6 @@
"required": true "required": true
} }
] ]
},
"/test": {
"summary": "This is a test",
"get": {
"responses": {
"200": {
"content": {
"application/json": {
}
},
"description": "ok"
}
},
"operationId": "test",
"summary": "This is a test"
}
} }
}, },
"components": { "components": {
@ -336,20 +319,6 @@
}, },
"description": "Generic response when not found." "description": "Generic response when not found."
} }
},
"securitySchemes": {
"api-key": {
"type": "apiKey",
"description": "api-key",
"name": "api-key",
"in": "header"
}
}
},
"security": [
{
"api-key": [
]
} }
] }
} }

Loading…
Cancel
Save