Is there a way to tell SB not to generate an HTTP 200? I'm doing a POST and only want to return either 201 or 400, but I can't seem to find a way to do that...
Thanks.
Have you tried the "SwaggerResponseRemoveDefaults" attribute?
I have now! Thank you very very much - I was hoping it would be straightforward...
Most helpful comment
Have you tried the "SwaggerResponseRemoveDefaults" attribute?