python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to display Body type in Swagger (OAS3) for GET requests?
So i'm working on some APIs (Spring Boot)where I have both input and output of type XML. For documenting, I'm using Swagger (OpenAPI 3). Here is the controller:
@RestController
@Validated
@RequestMapp...
Andrei Manolache
Votes: 0
Answers: 1
OpenAPI, contract-first with Springdoc and multiple specs
I am trying to port a Swagger UI from Springfox to Springdoc.
The Swagger UI is generated via Maven plugin
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plu...
Christophe Andrey
Votes: 0
Answers: 0
Swagger UI does not show the externalValue URL contents while using @ExampleObject under @Content
I am developing a Quarkus REST-based application where I would like to display the API on SwaggerUI. Alon with that I would like to display the example schema file on my SwaggerUI.
For the Schema file...

BATMAN_2008
Votes: 0
Answers: 0
how to describe react native sockets in swagger API?
for example i can show socket listener
there is no route, its just socket listener and how can i describe this socket event to show like this? -> 1
![sample swagger][]
# Get information about user ...

g.georgecccc
Votes: 0
Answers: 0