-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
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
Implementation note shown in wrong place #75
Comments
I'm seeing this as well. Is there any workaround? |
I'm not seeing it as the first operation but as the note from the POST operation (have one POST, one GET and one PUT). I experimented by moving the GET operation to be the first in the class but it's still showing the note from the POST operation. |
Has this been fixed? I am struggling with the same issue. And when I also try to use the "description" attribute in the @Api annotation, it doesn't work at all. |
Does https://GitHub.com/smoketurner/dropwizard-swagger fix your issue? |
new jaxon has less spaces I think
Hello,
the implementation note of the first operation is shown in the header. Seems to be a bug...
The text was updated successfully, but these errors were encountered: