springdoc-openapi
springdoc-openapi copied to clipboard
Library for OpenAPI 3 with spring-boot
Description: I am trying to set up the Oauth2 Authorization flow and need to provide a specific redirection URI. When I am setting the `oauth2-redirect-URL`, for example, -> `appname://oauth2redirect` final...
Openapi specification defines `server` https://swagger.io/specification/#server-object Springdoc by default creates a server object from HTTP request. It is problematic, because HTTP request may be jump between gateways and request which reached...
**Describe the bug** I want to make the field **name** of my Request.class treated as an optional field( my update API) or required field(my creat API) as below based on...
I have build an openapi specification in `yaml`. There is a general schema and several others, which are inheriting the general schema (with discriminator and mapping). The java classes are...
Fix broken links
**Describe the bug** Creating a spring rest controller with multiple @ResponseStatus of the same type is not showing correctly **To Reproduce** Steps to reproduce the behavior: - What version of...
**Is your feature request related to a problem? Please describe.** While using the `@RequestBody` annotation it doesn't replace variable content `${myapicall.request_body.description}` for the description. Example the following will result in...
How to add example in an API response without losing the Schema? This case is based on Java Map object for Json representation. i.e. if I use the following `@ApiResponse(responseCode...