node-red-node-swagger icon indicating copy to clipboard operation
node-red-node-swagger copied to clipboard

How can I specify the auth options?

Open zshwei opened this issue 6 years ago • 1 comments

image

zshwei avatar Mar 27 '19 09:03 zshwei

I wanted to specify the Authorize by the securityDefinitions section like as follows -

securityDefinitions: # X-API-Key: abcdef12345 APIKeyHeader: type: apiKey in: header name: X-API-Key

zshwei avatar Mar 27 '19 09:03 zshwei