also move away from deprecated type: basic

This commit is contained in:
Jamie Macey
2020-10-13 16:28:40 -07:00
parent 3e10b09f23
commit ab457743a8
3 changed files with 8 additions and 4 deletions

View File

@@ -127,7 +127,8 @@
"components": {
"securitySchemes": {
"basic_auth": {
"type": "basic"
"type": "http",
"scheme": "basic"
},
"api_key": {
"type": "apiKey",