-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
swagger-annotations: @Parameter ref field does not work #3029
Comments
After poking around, I've discovered two distinct issues:
I believe these are both bugs. |
frantuma
added a commit
that referenced
this issue
Nov 26, 2018
frantuma
added a commit
that referenced
this issue
Nov 26, 2018
ref #3029 - fix ref parameter resolving
fixed in #3032 |
This generate this:
But expected is:
Can anyone help me? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Swagger 2.0 annotations, I'm trying to link up operation parameters to parameters defined in
components/parameters
. My operation looks something like this:Here's how I'm defining the parameter in question:
The parameter does indeed show up in the
components/parameters
node, but it does not appear in the operation:Am I missing a critical step, or is this broken?
The text was updated successfully, but these errors were encountered: