Recent Discussions
How to add AWS authentication to my OPEN API SPEC
I am documenting an existing API with OpenAPI. The API uses AWS authentication. I have been testing the API using postman, where I add Aws access key and Signature in the Auth section of Postman. Bu...2.6KViews0likes2CommentsHow to customize the swagger-editor to include other definitions besides the PetStore
Hello all, I'm trying to customize some of the defaults of Swagger-editor (https://swagger.io/tools/swagger-editor/) and I wonder if you can help. What I have and found so far Basically I do have ...29Views0likes0CommentsJSON to HTML Conversion error
Hi, I upload a JSON file the the Swagger editor and user Generate client to generate an HTML or HTML2 zip file. The zip file cannot be opened. The issue did not occur 3 months ago. I then used the J...82Views1like2CommentsGetting a `file` response in OpenAPI v3 / python
I'm trying to define a `file` response: responses: '200': content: image/png: schema: format: binary type: string In the generated python code, I se...17Views0likes0CommentsHow to Integrate Swagger for jenkins REST API Documentation
Hello everyone, I'm a prospective GSoC participant with Jenkins and I'm exploring a project idea that involves integrating Swagger/OpenAPI for documenting the Jenkins REST API. Could anyone share in...22Views0likes0Comments