Discussions

Ask a Question
Back to All

Multiple Security Schemes not showing up when uploading Swagger or Open API Spec

I'm trialing Readme for potentially utilizing for our developer documentation and dev portal. I have attempted to upload several different versions of my spec that have two different values being passed in as headers. However when I go to the portal it makes me select one or the other but doesn't allow me to pass both which is required.


token:
  type: "apiKey"
  name: "token"
  in: "header"      
api_key:
  type: "apiKey"
  name: "x-api-key"
  in: "header"

If I view the same spec in swagger editor I see below and it lets me pass both.

How would I accomplish this in readme?