Swagger is a specification and framework implementation for describing, producing, consuming, and visualizing RESTful web services.
I am trying to convey that the authentication/security scheme requires setting a header as follows: Authorization: Bearer <token&…
swagger swagger-2.0 swagger-editorMy 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 springfoxI'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.0I have a POST request that uses the following JSON request body. How can I describe this request body using …
swagger swagger-2.0 openapiI 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.0Does 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 openapiI have added Swagger to my Spring Boot 2 application: This is my Swagger config: @Configuration @EnableSwagger2 public class SwaggerConfig { @Bean …
spring-boot swagger swagger-ui swagger-2.0I am developing a REST API. during development I have used postman (chrome extension) to use and document my API. …
swagger postman swagger-2.0I have an API reference in a Swagger file. I want to create a very simple mock server, so that …
mocking swagger swagger-2.0 openapiI've just pulled down the latest Swagger from the Git repo (3.0.19) using: https://github.com/swagger-api/swagger-ui.git and updated …
swagger swagger-ui swagger-2.0