mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
also move away from deprecated type: basic
This commit is contained in:
@@ -70,7 +70,8 @@ RSpec.configure do |config|
|
||||
components: {
|
||||
securitySchemes: {
|
||||
basic_auth: {
|
||||
type: :basic
|
||||
type: :http,
|
||||
scheme: :basic
|
||||
},
|
||||
api_key: {
|
||||
type: :apiKey,
|
||||
@@ -135,7 +136,8 @@ RSpec.configure do |config|
|
||||
components: {
|
||||
securitySchemes: {
|
||||
basic_auth: {
|
||||
type: :basic
|
||||
type: :http,
|
||||
scheme: :basic
|
||||
},
|
||||
api_key: {
|
||||
type: :apiKey,
|
||||
|
||||
Reference in New Issue
Block a user