No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
16 deletions
-
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": [ |
|
|
|
] |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
} |