-
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
Lack of support to change value of 'collectionFormat' for an endpoint parameter #1180
Comments
@ipeluffo, thanks for opening the issue. I preferred going into the discussion here rather than in the group as to not lose information. This is something we can definitely implement, but I'm curious to know your use case. When we wrote the spec, we tried covering common uses within common libraries. JAX-RS specifically use |
@webron , actually I found this issue because the default value is However, I believe that adding the this feature is a more general solution that any developer can modify according to their particular implementation, like it was mention in #478 . Anyway, feel free to close this issue if you think it'll be resolved fixing #1160 Thanks again. |
Would like to suggest that the same functionality should also be available in |
Added to the annotations in 1.5.11. |
"Added to the annotations in 1.5.11." |
There's no |
@webron Thanks |
Hi everyone,
I've been searching for a way to change the value of the
collectionFormat
property of a parameter (ideally using the@ApiParam
annotation) I found that it's not possible now.Also, I asked in Google Groups for this to get a confirmation for my findings:
https://groups.google.com/forum/#!topic/swagger-swaggersocket/BqvTNRPRp-U
It would be nice to be able to configure this value for each multi-valued parameter.
Thanks in advance.
Ignacio
The text was updated successfully, but these errors were encountered: