node-red-node-swagger
node-red-node-swagger copied to clipboard
How can I specify the auth options?

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