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
"400": {
"description": "Bad Request",
"schema": {
"$ref": "#/definitions/response.Response"
}
},
"404": {
"description": "Not Found", // <-- in 1.6.9, when they were on separate lines, generated correct status description"schema": {
"$ref": "#/definitions/response.Response"
}
}
Screenshots
If applicable, add screenshots to help explain your problem.
Your swag version
e.g. 1.7.0
Your go version
e.g. 1.15.5
Desktop (please complete the following information):
OS: Mac
Browser: Firefox
Version: latest
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Comma-separated failure codes reusing the description
To Reproduce
Steps to reproduce the behavior:
// @Failure 400,404 {object} response.Response
generates
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Your swag version
e.g. 1.7.0
Your go version
e.g. 1.15.5
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: