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 to send custom headers with requests in Swagger UI?

I have some endpoints in the API - /user/login, /products. In Swagger UI I post email and password to /…

api authorization swagger swagger-ui
How to configure Spring Security to allow Swagger URL to be accessed without authentication

My project has Spring Security. Main issue: Not able to access swagger URL at http://localhost:8080/api/v2/api-docs. It …

spring-mvc swagger swagger-ui swagger-2.0 springfox
Generate PDF from Swagger API documentation

I have used the Swagger UI to display my REST webservices and hosted it on a server. However this service …

pdf swagger-ui
How to open local files in Swagger-UI

I'm trying to open my self generated swagger specification file my.json with swagger-ui on my local computer. So I …

file swagger swagger-ui swagger-2.0
List of swagger UI alternatives

Is there any Swagger UI alternatives ? I already know: http://swaggerui.herokuapp.com/#!/pet/addPet http://public.redfroggy.fr/swagger2

swagger-ui
Setting up Swagger (ASP.NET Core) using the Authorization headers (Bearer)

I have a Web API (ASP.NET Core) and I am trying to adjust the swagger to make the calls …

c# asp.net-core swagger-ui
How to describe a model in Swagger for an array with simple objects?

I have a REST services to document, some of them accepts simple array like: [ { "name":"a" }, { "name":"b" }, { "name":"c" } ] …

rest swagger swagger-ui
Swagger UI Web Api documentation Present enums as strings?

Is there a way to display all enums as their string value in swagger instead of their int value? I …

c# asp.net-web-api asp.net-web-api2 swagger-ui swashbuckle
How to generate swagger.json

I am using java spring boot framework to create REST api for my project and I am using "springfox-swagger2 and …

spring-mvc swagger swagger-ui swagger-2.0
How to define an enum in OpenAPI (Swagger)?

Does anyone know how to define possible 'enum' values in an OpenAPI 2.0 definition so that they will be displayed in …

swagger swagger-ui swagger-2.0 openapi