Fix SECURITY_DEFINITIONS and SECURITY_REQUIREMENTS ordering

This commit is contained in:
Cristi Vîjdea
2018-05-12 13:54:19 +03:00
parent a993cba7aa
commit f03d9d71e9
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ securityDefinitions:
Basic:
type: basic
Bearer:
type: apiKey
name: Authorization
in: header
name: Authorization
type: apiKey
security:
- Basic: []
- Bearer: []