Skip to content

Conversation

rudineirk
Copy link

This works today:

security: 
  - securityName: []
component:
  securitySchemes:
    securityName:
      type: http
      scheme: bearer

but this does not:

paths:
  /api/tasks:
    security:
      - securityName: []
component:
  securitySchemes:
    securityName:
      type: http
      scheme: bearer

this MR fix this

@rudineirk rudineirk force-pushed the add-sec-http-scheme-path branch from c4fec7b to 889e559 Compare November 26, 2019 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant