Nicolas Massé 5 years ago
parent
commit
63dd059b92
  1. 24
      openapi.json

24
openapi.json

@ -2,7 +2,7 @@
"openapi": "3.0.2",
"info": {
"title": "Library API",
"version": "2.0.0",
"version": "0.9.0",
"description": "A simple API for managing authors and books.",
"contact": {
"name": "Eric Wittmann",
@ -319,26 +319,6 @@
},
"description": "Generic response when not found."
}
},
"securitySchemes": {
"oidc": {
"flows": {
"clientCredentials": {
"tokenUrl": "http://filled.later",
"refreshUrl": "http://filled.later",
"scopes": {
"oidc": "oidc"
}
}
},
"type": "oauth2"
}
}
},
"security": [
{
"oidc": [
]
}
]
}
}
Loading…
Cancel
Save