Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Please check if a similar issue already exists or has been closed before. Seriously, nobody here is getting paid. Help us out and take five minutes to make sure you aren't submitting a duplicate.
Specify a 'model' for input methods and another 'model' for output
Actual Behavior
with the code above, i'm not allowed to add a body on post.
if I change the body param for model_with_netsted_fields,
swagger shows all fields with the nested ones , but it should be omitted with AddressPostFields
I'm following the restx docs but couldn't get it work...
BEFORE LOGGING AN ISSUE
Code
Expected Behavior
Specify a 'model' for input methods and another 'model' for output
Actual Behavior
with the code above, i'm not allowed to add a body on post. if I change the
body
param formodel_with_netsted_fields
, swagger shows all fields with the nested ones , but it should be omitted withAddressPostFields
I'm following the restx docs but couldn't get it work...
Environment