Top "Swashbuckle" questions

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

How can I make url path in Swashbuckle/Swaggerwork when api is served from inside another project?

all. I am trying to document a WebApi 2 using Swashbuckle package. All works great if the API is running by …

c# rest asp.net-web-api swagger swashbuckle
Enable bearer token in Swashbuckle (Swagger document)

I created an asp.net webapi application which is using Individual Account Security so that the Bearer token is enabled …

swagger swagger-ui swashbuckle
swagger .net core API ambiguous HTTP Action debugging

Implementing Swashbuckle/Swagger with .net Core 2 API I am now receiving the 500 error when accessing swagger.json: NotSupportedException: Ambiguous HTTP …

.net asp.net-core swagger swashbuckle
How to add method description in Swagger UI in WebAPI Application

I am using Swagger as my API tooling framework and it is working out great so far. I just came …

c# asp.net-core-webapi swagger-ui restful-url swashbuckle
Swashbuckle 5 can't find my ApiControllers

I'm at a point where I really need API documentation for my WebAPI 2 project, and I used the Swashbuckle 5 NuGet …

c# iis asp.net-web-api swashbuckle
swagger-ui returns 500 after deployment

Out of the box configuration works perfectly on my machine, no problems at all. But when I deploy to our …

c# asp.net-web-api swagger-ui swashbuckle
Swagger default value for parameter

How do I define default value for property in swagger generated from following API? public class SearchQuery { public string OrderBy { …

c# asp.net-core swagger asp.net-core-2.0 swashbuckle
How do you add a swagger comment to the "Request and Response Model"?

You can add a comment on the methods like the example below but what about adding comments to the request …

c# asp.net-core swagger swashbuckle
Swashbuckle Swagger - How to annotate content types?

How do I annotate my ASP.NET WebAPI actions so that the swagger metadata includes the content-types that my resources …

asp.net-web-api2 swagger-2.0 swashbuckle
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 …

c# asp.net-web-api swagger asp.net-web-api-routing swashbuckle