swagger-api/swagger.io-docs

Unable to provide correct example for apiKey security definition

Closed this issue · 1 comments

I see that when I use an apiKey security Definition A default Example is getting populated:
"Authorization": 123
But I want to modify this example since I have an additional keyword requires to be added infront of the actual apiKey.
Say, "Authorization": apiKey 123

So please provide a functionality to modify the example for security definitions since the example currently shows Authorization: 123 which gives a wrong message.

Can anyone help me getting rid of this Example: Authorization: 123 getting shown unnecessarily