These docs are for v2.0. Click to read the latest docs for v3.0.

Discussions

Ask a Question

How to add "description" to response body parameters in the example code.

While adding the API endpoint in the API reference I am not able to find the option to add the API response body parameter description.

Password protect just one page

Hello! Is it possible to password protect just one page of our documentation?

Discriminator doesn't seem to be recognized

Hello, we have the following section in our openapi definition file:

How to fill the Example / Response fields in JSON format for the following information? ENUM / String / Boolean

Site Navigation with versions

We have 2 versions of our product, with correlating documentation. One of them has API Reference and the other does not. I want show API Reference in the Top Navigation bar on Version 1, but not on Version 2. How do I do that?

any api call rate limit

any api call rate limit on the readme apis Lilke 500 request in a min. ?

Try It Out Not Working With Multiple Security Schemes

My OpenApi spec has multiple security schemes (see the example below). When viewing my API documentation, I can only see the first scheme. How do I select which one should be used in my ReadMe documentation?

while uploading a json multipart file in API endpoint causing an exception , Failed to parse multipart servlet request

I have added a parameter as File in body params and content-type:[multipart/form-data], on click on Try it , it is giving me Failed to parse multipart servlet request