Top "Swagger-ui" questions

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

swagger date field vs date-time field

I am using swagger to test my rest api, one of the property of my entity class is a date …

java swagger swagger-ui springfox swagger-maven-plugin
Can't read from file issue in Swagger UI

I have incorporated swagger UI in my application. When I try and see the swagger UI, I get the documentation …

swagger-ui swashbuckle
Add a header parameter in Swagger UI documentation with Springfox

I want to add a header parameter field in the auto-generated swagger ui documentation of my rest service. I use …

spring swagger-ui springfox
Why does springfox-swagger2 UI tell me "Unable to infer base url."

Why does springfox-swagger2 UI tell me Unable to infer base url. As far as I know, I am using a …

swagger-ui swagger-2.0
Spring Boot & Swagger UI. Set JWT token

I have a Swagger config like this @EnableSwagger2 @Configuration public class SwaggerConfig { @Bean public Docket api() { List<SecurityScheme> …

spring-boot swagger swagger-ui swagger-2.0
swagger error: Conflicting schemaIds: Duplicate schemaIds detected for types A and B

Using Web API and using swashbuckle to generate swagger documentation, I defined two different classes with the same name in …

c# asp.net-web-api asp.net-web-api2 swagger-ui swashbuckle
SwaggerUI/YAML - should NOT have additional properties additionalProperty: requestBody

Designing an API using editor.swagger.io I find myself unable to add a requestBody attribute, getting an error I …

swagger swagger-ui swagger-2.0 openapi
Unable to bring up swagger-ui from spring-boot application

I have a spring boot application that i am running using embedded tomcat server. I am partially successful in getting …

spring-boot swagger swagger-ui swagger-2.0
swagger-ui No mapping found for HTTP request

I'm trying to document and existing Rest API a Spring MVC project (NOT spring boot!). My application is called api …

java spring spring-mvc swagger-ui springfox
Migrating to Swashbuckle.AspNetCore version 5

I'm trying to migrate from version 4.0.1 to 5.0.0-rc2 of Swashbuckle in a .NET Core 3 Preview 5 Web API project. I've got …

c# swagger-ui swashbuckle