Top "Swashbuckle" questions

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

Is there a way change the Controller's name in the swagger-ui page?

I'm using Swashbuckle to enable the use of swagger and swagger-ui in my WebApi project. In the following image you …

c# swagger swagger-ui swashbuckle
Location of swagger.json when created with Swashbuckle

When I build and run my Azure Web API I get a nice swaggerUI. I want to add the API …

swagger swashbuckle azure-api-apps
Should you Combine Swagger with HATEOAS/HAL/JSON-LD?

I am using Swagger for my ASP.NET Core API using Swashbuckle which describes my API in a separate document …

json swagger hateoas json-ld swashbuckle
Swashbuckle.AspNetCore SwaggerOperation attribute not found

I am trying to use Autorest and Swagger documentation created by the help of Swashbuckle.AspNetCore (3.0.0) in order to generate …

asp.net-core swashbuckle
Enable Oauth2 client credentials flow in Swashbuckle

Im using IdentityServer3 to secure a Web API with the client credentials grant. For documentation Im using Swashbuckle but can't …

oauth-2.0 identityserver3 swashbuckle
Restrict access to certain API controllers in Swagger using Swashbuckle and ASP.NET Identity

So, I started using Swagger. I'm absolutely in love with it's features, but I have some doubts on availability of …

asp.net asp.net-identity swagger swagger-ui swashbuckle
How to replace Swagger UI header logo in Swashbuckle

I am using the Swashbuckle package for WebAPI and am attempting to customize the look and feel of the swagger …

asp.net-web-api swagger-ui swashbuckle
Integrate swashbuckle swagger with odata in ASP.Net Core

I have tried to implement both ( swagger and odata ) in asp.net core, but it's not working. I'm unable to …

asp.net-core odata swashbuckle
What is Swagger, Swashbuckle and Swashbuckle UI

This is my understanding: Swagger is a notation/rules to write documentation. But why is it called a framework (like …

swagger swagger-ui swashbuckle openapi.net
Swagger API not refreshing the documentation

I am using the Swagger API for documenting my REST services. Earlier my controller method didn't have the informative comments, …

c# asp.net-web-api swagger swashbuckle