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

Deduplicate sections if modelattribute is present #393

Closed jmisur closed 4 years ago

jmisur commented 4 years ago

Fixes #380 Closes #386

Modelattribute was creating it's own section and therefore duplicating query params or request fields. This PR makes modelattribute always merge with snippets above or even replace them if they are empty. It shows 2 tables, but it's better than 2 sections.