Top "Swashbuckle" questions

Swashbuckle is an open source framework which adds Swagger and Swagger-ui to ASP.

How to include class and property descriptions in Swashbuckle generated Swagger docs for WebApi 2 with OWIN?

Before you think of it, this is not the same. I think this should be pretty much self explanatory. I …

asp.net-web-api owin swagger swashbuckle
Leverage MultipleApiVersions in Swagger with attribute versioning

Is it possible to leverage MultipleApiVersions in Swagger UI / Swashbuckle when using attribute routing? Specifically, I implemented versioning by: using …

attributes asp.net-web-api2 swagger swagger-ui swashbuckle
Swagger not working correctly with multiple versions of ASP.NET WebApi app

Please help me with this, it looked easy at first, now I'm late in the project: I'm trying to setup …

c# asp.net-web-api swagger swashbuckle
Swagger gives me HTTP Error 403.14 - Forbidden

I am trying to use Swagger with Web API. I am just using the "Azure API App" template from the …

c# asp.net swagger-ui swagger-2.0 swashbuckle
How do I set "Parameter content type" using Swashbuckle?

My swagger ui shows "Parameter content type" with various entries: "application/json-patch+json", "text/json", "application/json", and "application/*+json". …

swagger swagger-ui swashbuckle asp.net-core-2.2
Customize generated model names - Swagger UI

I'm trying to adjust the "displayName" of the model being used in an automatically generated Swagger definition. This will only …

c# swagger swagger-ui swashbuckle swagger-codegen
Not able to Inject Javascript in Swagger

I get a 404 for a JavaScript file that I am trying to inject in my swagger. Following is my swagger …

swagger swashbuckle