danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Ignore body section when it was combined with attributes section in any parent sections [Payload\Resource\Action] #298

Open jkryanchou opened 7 years ago

jkryanchou commented 7 years ago

When I try to write attributes section to describe payload fields of request body [POST]. while it couldn' t render the body section when the attributes sections has been added into request section. Could aglio fix this issue. I compared it with the apiary.io which could be compatible with those two sections written into any parent sections [payload\resource\action].