Hi ,
 I switched to Swagger 3.x from 1.2 , now not able to send the apiKey as 
part of query.

I am doing like below

 "security": [
    {
      "api_key": [ "qwerty" ]
    }
  ],

  "components": {
"securitySchemes": {
  "api_key": {
"type": "apiKey",
"in": "query",
"name": "apiKey"
  }
}
  }

But still i am  not getting apiKey="qwerty" appended to my URL.
What wrong i am doing ? what should i do fix this?

Regards,
Shyam

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to