Closed CoenraadS closed 11 months ago
Scheme should be lowercase:
"securitySchemes": {
"Basic": {
"type": "http",
"description": "Use Basic Authorization in the Authorization header.",
"scheme": "basic"
},
"Bearer": {
"type": "http",
"description": "Add API Token using Bearer scheme in the Authorization header.",
"scheme": "bearer"
}
}
I have a schema:
Authorization section:
Endpoints:
(The tootip description is also the same for both of them)
I would like to see for Basic auth, it is labeled as 'Basic' instead of 'Http Bearer'