Top "Swagger-ui" questions

Swagger UI is a collection of HTML, CSS and JavaScript objects that dynamically generate documentation from a Swagger-compliant API

How do you define an array of different examples in a Swagger spec?

I'm trying to document an API with a static swagger file that can return some JSON that contains an array …

swagger swagger-ui swagger-2.0 swagger-editor
How to add summary and body manually in swagger nestjs

I am trying to add summary in my swagger documentation routes but I am not able to find the appropriate …

swagger swagger-ui nestjs nestjs-swagger
Restrict accepted Media Types in ASP.NET Core Controller action

I have an ASP.NET Core Service that produces both JSON and XML responses. However, I like to restrict the …

asp.net asp.net-core swagger-ui media-type
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
Multiple files upload using swagger operation

I am currently doing multiple files upload using swagger operation. Following are the codes that I am working with: class …

rest python-2.7 swagger swagger-ui multiple-file-upload
Swagger UI / Editor like page - add to my web site

I've created YAML file (and JSON file respectively) manually via swagger editor. Now I want to embed the cool auto …

yaml swagger swagger-ui swagger-2.0 swagger-editor
How to define role/permission security in Swagger

In my API documentation, I would like to define the security necessary for each API endpoint. The project has defined …

swagger swagger-ui swagger-2.0
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