Top "Swashbuckle" questions

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

Generate yaml swagger using Swashbuckle

I have had no problem getting a json file in my Web API project using Microsoft's tutorial. Due to some …

c# asp.net-web-api swagger swashbuckle
swagger UI is not showing anything in webapi

I followed this up to the xml doc part in order to create Swagger documentation using Swashbuckle. It should allow …

asp.net-web-api2 swagger structuremap swagger-ui swashbuckle
How to secure generated API documentation using swagger swashbuckle

I have implemented API documentation using swagger swashbukle. Now I want to publish generated documentation as a help file in …

c# asp.net-web-api swagger swashbuckle
Authorization for JWT bearer in Swashbuckle .NET Core 2

I use tokens generated by an authentication service for my app. No problems there. Now I have introduced Swashbuckle to …

c# asp.net-core jwt asp.net-core-2.0 swashbuckle
How to add API description in Swashbuckle?

I'm new in Swashbuckl or Swagger but I've created a Web API which requires to create Documentation using Swagger from …

c# asp.net-mvc api swagger swashbuckle
Swagger (Swashbuckle) hide header

I use Swashbuckle to add Swagger documentation to my ASP.NET Web API project. How can I hide default header (…

swagger swagger-ui swashbuckle
How to change https://<your-url>/swagger to custom in Swagger

I was tasked to install Swagger into Web API project. Installed: most recent version of Swashbuckle from nuget. (Swashbuckle.Core.…

swagger swagger-ui swagger-2.0 swashbuckle swagger-editor
How to configure MultipleApiVersions in Swashbuckle using aspnet ApiVersioning

How do I configure swashbuckle to work with Aspnet API verisoning? https://github.com/Microsoft/aspnet-api-versioning In my Startup.cs …

c# asp.net-web-api swagger swashbuckle
How to set base path property in swagger for .Net Core Web API

i've built a Web API in ASP.Net Core (version 1.1.2) and i use the Swashbuckle.AspNetCore for generating the swagger …

c# asp.net-core swagger asp.net-core-webapi swashbuckle
How to add line break to Swashbuckle documentation?

I'm generating documentation for an api implemented in Web Api 2 using swagger/swashbuckle. The only xml documentation tags recognized are …

asp.net-web-api swagger swagger-ui line-breaks swashbuckle