Top "Swashbuckle" questions

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

Why Swashbuckle.aspnet.core.swagger not being recognized

I've installed though nuget package manager the Swashbuckle.AspNetCore.Swagger and had included the using Swashbuckle.AspNetCore.Swagger on the …

c# asp.net-core swagger swashbuckle
Remove a route with IOperationFilter in SwashBuckle

I am looking for a way to show/hide WebAPI routes in the Swagger documentation using SwashBuckle in a configurable …

c# asp.net-web-api swagger custom-attributes swashbuckle
What is causing the error that swagger is already in the route collection for Web API 2?

I installed Swagger in my ASP.Net MVC Core project and it is documenting my API beautifully. My co-worker asked …

asp.net-web-api2 swagger swashbuckle
Secure swagger docs page with username and password Asp Net Core 2.1

I am using Asp.Net Core 2.1 Web Api with Swashbuckle.aspnetcore.swagger I want to secure api documentation page with …

asp.net swagger asp.net-core-webapi swashbuckle
How to show WebApi OAuth token endpoint in Swagger

I've created a new Web Api project, added Asp.Net Identity and configured OAuth like so: OAuthOptions = new OAuthAuthorizationServerOptions { TokenEndpointPath = …

asp.net-web-api asp.net-identity swagger-ui swashbuckle
How do I add header documentation in Swashbuckle?

I am using the library Swashbuckle. Currently there is no stackoverflow tag for it. I don't quite understand the documentation …

c# swagger swagger-ui swashbuckle
Asp.Net core Swashbuckle set operationId

How can I set swagger operationId attribute in Asp.Net Core 2.1 project? According to this post I should use SwaggerOperationAttribute …

asp.net-core swagger swashbuckle
Add `host`, `basePath` and `schemes` to swagger.json using Swashbuckle Aspnetcore

I am using official doc step by step method to configure Swagger UI and generate Swagger JSON file in my …

c# json asp.net-core swagger swashbuckle
Using Swashbuckle for Asp.net core how can I add a model to the generated model list?

I'm using Swashbuckle with ASP.net core. It is producing a nice website with a list of models at the …

asp.net-core swagger-2.0 swashbuckle
Data annotations in Swagger

I am using ASP.NET and Swagger that exposes a complex type that accepts a POST. It has a number …

asp.net-web-api2 swagger-2.0 swashbuckle