Discussions
Parameters in header using openapi format
Hey, I have a problem with parameters in header using format openapi. What I have to do in my schema to send all parameter in one header json format? Now, when I add a parameter type object, e.g.:
{params: {option1: value1; option2: value2}}
readme build a example of code like:
X-params: object
X-option1: value1
X-option2: value2
How I can change this to:
X-params: {option1: value1; option2: value2}
Posted by Grzegorz Szukalski 2 days ago
How to search in readme discussions?
How to search?
Posted by Ash 10 days ago
Side-wide password - Pass password through url param
For a documentation protected by a site-wide password control, is there the ability to pass the password somehow in a url parameter in order the user signs in automatically ?
Posted by Vincent Dieulesaint 13 days ago
sitemap.xml bug!
I reported several months ago that the sitemap.xml format of the docs was wrong. Still hasn't been fixed.
And now, instead of building the sitemap with our custom domain, you've added the readme.io domain!
```
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" data-tag-assistant-present="">
<url>
<loc>https://anytrack.readme.io/</loc>
<changefreq>daily</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://anytrack.readme.io/</loc>
<changefreq>weekly</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://anytrack.readme.io/docs/what-is-anytrack</loc>
<changefreq>daily</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://anytrack.readme.io/docs/for-whom</loc>
<changefreq>daily</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://anytrack.readme.io/docs/why-anytrack</loc>
<changefreq>daily</changefreq>
<priority>0.3</priority>
</url>
<url>
<loc>https://anytrack.readme.io/docs/getting-started</loc>
<changefreq>daily</changefreq>
<priority>0.3</priority>
</url>
```
Posted by laurent malka 15 days ago
New submenu item
Can we add a second page like API Reference to the subHeader?
Posted by Janek 18 days ago
How we can get the List of all docs?
Hi
Is there any api to get all the docs with pagination? Please suggest
I tried to fetch all my docs by post api> doc search
<https://docs.readme.com/main/reference/searchdocs>
Posted by null 25 days ago
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?
When I remove the API Reference link on dash.readme.com/project/\<project_name>/v1.0/usability, it is also removed from dash.readme.com/project/\<project_name>/v2.0/usability. I would expect separate behavior, since the version number is in the URL.
Posted by [email protected] 28 days ago
Is there a way to define custom headers/parameters to be shared across all endpoints/paths in a given JSON?
I have a use case in hand where I have some custom headers that should be **shared across all the described endpoint paths** in a given JSON.
Is it possible to define those header parameters **globally** for a particular API JSON?
Posted by Bismeet Singh Chawla about 1 month ago
any api call rate limit
any api call rate limit on the readme apis Lilke 500 request in a min. ?
Posted by null about 1 month ago
Is there a way to add a read only user?
We would like some users to have read only access, but without knowing the password of the site. Is this possible?
Posted by Stijn De Mulder about 1 month ago