ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
310 stars 86 forks source link

Duplicate 'Query parameters' section on api.adoc demo when AutoDocumentation.sectionBuilder().skipEmpty is false #386

Closed originalrusyn closed 4 years ago

jmisur commented 4 years ago

@originalrusyn Thanks for the example. I fixed it in a way that query parameters are merged with model attribute into a single section. Can you try master if it's ok for you?

m-titov commented 4 years ago

LGTM image