Unable to provide correct example for apiKey security definition
Closed this issue · 1 comments
kthomas44 commented
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.
kthomas44 commented
Can anyone help me getting rid of this Example: Authorization: 123 getting shown unnecessarily