Discussions
Is there any way to scroll a table?
In the editor, tables scroll. But they don't in the live Web page.
Authentication
How can I authenticate my username and password?
Custom login: How should the logout feature be implemented?
We've implemented the custom login page (https://docs.readme.com/docs/custom-login-page) with JWT, everything works as expected, but the logout button shown in Readme.io does nothing. In the settings, we set the page users should be forwarded to, users are forwarded, but after opening Readme.io the session is still valid.
On the changelog page, is it possible to change the amount of content that shows?
How do I control how much is shown on the changelog summary page?
Show Image preview in Try It! response
We have an API endpoint that is documented in OpenAPI as returning an image:
Is there a way to filter endpoints by User role?
We have a OAS file with multiple endpoints , I was wondering if there is a way to display some of these endpoints by user role.
Not found because of proxy error: Error: connect ECONNREFUSED
copy curl command use in local terminal is valid
Email Unsubscribe button not working
Hi Readme team,
how can i update my rails api documentation automatically
I want to know if readme.io offers any support to update API documentation automatically in the form of gems or any information regarding it will be welcome
Is there a plan to support the null type in OAS 3.1?
One of the changes from OpenAPI 3.0 to 3.1 was removing the nullable
keyword in favor of allowing type
to be an array, and having null
as a type there. The places our schema uses this seem to render in the docs unexpectedly, as "nullstring" in the response detail view, and ""Unknown Type: null,string"" in the example response.