Description
in html2 ( htmlDoc2 ), there is 'curl' example. and it always shows 'apiKey' & 'apiSecret' header parameter.
curl -X GET -H "apiKey: [[apiKey]]" -H "apiSecret: [[apiSecret]]" ...
Command line used for generation
swagger-codegen generate -l html2 -c config.json -i api.yaml -o html-docs/
Steps to reproduce
just generate html2. it always there.
Related issues
#3447
Suggest a Fix
wrap by {{#apiKey}}. see PR.
Description
in html2 ( htmlDoc2 ), there is 'curl' example. and it always shows 'apiKey' & 'apiSecret' header parameter.
Command line used for generation
Steps to reproduce
just generate html2. it always there.
Related issues
#3447
Suggest a Fix
wrap by {{#apiKey}}. see PR.