springfox / springfox-grails-integration

SpringFox integration with Grails 3.x
Apache License 2.0
19 stars 12 forks source link

format parameter should be optional #11

Closed rdmueller closed 7 years ago

rdmueller commented 7 years ago

the current version displays the format parameter as "required" but it should be optional. I even wouldn't have expected it to show up since swagger handles the format through headers.

http://localhost:8080/swagger-ui.html#!/genre/indexGenreUsingGET

dilipkrish commented 7 years ago

I agree. The first pass was to get it working with the right urls :)

dilipkrish commented 7 years ago

It works now as we'd expect let me know if you see issues.

dilipkrish commented 7 years ago

Also it can be eliminated via fixing the url mappings, which is a work around.