node-red / node-red-node-swagger

A set of tools for generating Swagger api documentation based on the HTTP nodes deployed in a flow
Apache License 2.0
63 stars 48 forks source link

How can I specify the auth options? #65

Open zshwei opened 5 years ago

zshwei commented 5 years ago

image

zshwei commented 5 years ago

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