Related questions
How to configure Swashbuckle to ignore property on model
I'm using Swashbuckle to generate swagger documentation\UI for a webapi2 project. Our models are shared with some legacy interfaces so there are a couple of properties I want to ignore on the models. I can't use JsonIgnore attribute because …
Not supported by Swagger 2.0: Multiple operations with path
I have integrated swagger in WebApi 2 application. It works fine when application has single controller.
When I added second controller in the application. I got following error :
An error has occurred.","ExceptionMessage":"Not supported by Swagger 2.0: Multiple operations with path …