You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add following comment for API Key security,
// @securityDefinitions.apikey ApiKeyAuth
// @in header
// @name Authorization
// @description Description for what is this security definition being used
Except description above parameters are parsed.
The text was updated successfully, but these errors were encountered:
@sujit-baniya description is only working for OAUTH2 security definition.
But swag is an open-source project; If you find this very important, feel free to implement the missing feature, and I will be more than happy to assist you with a CR.
I tried to add following comment for API Key security,
Except
description
above parameters are parsed.The text was updated successfully, but these errors were encountered: