We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug There is a API receive the formData param, I tried the following screenshots behavior but got the error msg. Thanks in advance^-^
formData
To Reproduce Steps to reproduce the behavior:
swag init
Expected behavior I have seen this issue #300 , it seems this feature should be supported in the latest swag release. Did I miss something?
Screenshots
Your swag version 1.6.7
Your go version 1.15.2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Oh, swag 1.6.7 was released in June. Looking forward the new release. I will close it...
Sorry, something went wrong.
swag version v1.7.0
how implement file request whit swaggertype:"file"?
swaggertype:"file"
example
when i generate the spec the output its :file is not basic types
:file is not basic types
to work I have to ignore the property on structure
and define the file whit Param
but we should be able to define with type swaggertype:"file"
No branches or pull requests
Describe the bug
There is a API receive the
formData
param, I tried the following screenshots behavior but got the error msg.Thanks in advance^-^
To Reproduce
Steps to reproduce the behavior:
swag init
Expected behavior
I have seen this issue #300 , it seems this feature should be supported in the latest swag release. Did I miss something?
Screenshots
Your swag version
1.6.7
Your go version
1.15.2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: