Recent Discussions
OpenApi Spec for AWS ApiGateway doesn't allow 1 attribute to read its value dynamically
We opened a Ticket for AWS but they mention its related to OpenApi Spec so adding details here of that ticket: We follow doc and found issue Under "x-amazon-apigateway-integration" doc mention...6Views0likes1CommentRegarding swagger is not working in nodejs as per the swagger document.
Hi there, I tried to setup swagger on nodejs as per the document par it is not working and present wrong data of swagger UI see the below attached screenshot. So just wanted to know how to setup s...3.8KViews0likes4CommentsSwagger Editor (Local) CORS Error
Sorry, a Noobie question... Currently developing an OAS against one of our vendor's REST APIs for ingestion into Salesforce. I've downloaded the latest version, ran the ndm install, fired up the in...Solved252Views0likes2CommentsCustomize Swagger like spotify web console
Hello everyone , how can i achieve such UI with swagger in a react application. Thanks in advance . example link : https://developer.spotify.com/console/albums/1KViews0likes3CommentsHow to define both fixed and dynamic fields in request body (visible in Swagger/Mintlify UI)?
I'm working on an OpenAPI 3.0 specification and I need to define a request body schema that includes: Two static fields: title (string) and description (string), both required Additional dynamic/c...116Views0likes1CommentInfo object is ignored in swagger ui
When I view the REST api of my spring boot application in swagger-ui, the info object (title, version and description) of my yaml definition is ignored and only default values ("OpenAPI definition", ...78Views0likes1Comment