Discussions

Ask a Question
ANSWERED

Upload text to top-level (tag) pages via API

Hello, We like the fact that text can be added to the category page for a set of endpoints grouped by tag (e.g., https://docs.capablehealth.com/reference/questionnaires-1). Ideally we'd like to be able to upload text to those pages via your API. I wondered if you have any plans for such a feature? Or maybe it's possible now and we just haven't understood how? Thanks. Zeke Pfeifer, Capable Health
ANSWERED

Bearer Authentication

Hey folks - How do I configure readme to show the Bearer token like in these docs (docs.clover.com)? I want it to show Bearer and then fill out the header as the user types in the token. [block:image] { "images": [ { "image": [ "https://files.readme.io/2490a71-image.png", "undefined" ], "caption": "", "sizing": "undefined" } ] } [/block]

Need help on accessing Bearer token with out API_KEY from JWT.

Hi I am working on Read me integration with a custom login hook. My requirement is to redirect from the readme portal to our custom login page and once the login is completed. I will load ReadMe with authentication. We have Login API which contains tokens to access. When I went through the reference. It was expecting some API KEY in JWT Token. But my requirement is client will provide me Access token in the api response and they are expecting to redirect with that access token and paste it in header. Is there any way to accomplish this requirement?
ANSWERED

200 sample response not showing in endpoint

I have a swagger 2.0 definition, which seems to get transformed to openapi 3 in readme. Within this definition, some endpoints show the 200 sample response at the right hand side of the page (below the call console), and some others don't show any sample response. I compared the paths between endpoints and they seem to be equal. The only difference between these endpoints is that one path/response points to a schema with required params, while the other pointed schema doesn't have required params (although, if I change that it doesn't seem to have an effect). Here is a definition for checking: https://flex-trial.readme.io/openapi/617b34c5fa41cb078f0f4bf1 This endpoint doesn't have sample response: https://flex-trial.readme.io/v2.0/reference/getconversations This one does: https://flex-trial.readme.io/v2.0/reference/getcontacts Is there any clue on why readme is not picking up the responses?
ANSWERED

How to add font-awesome icons or similar items into a cell in a table?

I want to add a checkmark into a table. Can someone point me to an example how to do so? Thank you!
ANSWERED

Table overflow on page

Hello all, I am creating a page describing the fields of an object in a table, but the table breaks the size of the page. It seems quite similar to this [discussion](https://docs.readme.com/discuss/609272f7d6033f0043924f79), for which the solution was to add CSS to the Custom Stylesheet section of the project. Sounds great! However, this option is not part of our current plan, and upgrading it is not suitable for us at the moment... Since this is mentioned as a tracked bug on readme side in the above discussion link, would it be possible to add this CSS code to our projects? Thanks a lot in advance! Romain
ANSWERED

How do I insert callouts into tables?

Hello everyone, checking to see if anyone knows how to insert callouts into tables, haven't been able to crack this just yet. Thank you!
ANSWERED

Custom Login apiKey Cutoff problem

https://docs.readme.com/docs/custom-login-with-readme Hi readme team. We use Auth0 behind the scenes for login and when we send the apiKey (4731 characters long) it gets cutoff in the readme API explorer. Is there a solution for this problem?
ANSWERED

Export and import Recipes

Is it possible to export existing recipes and import them?
ANSWERED

Get OAS of specific version of API specification?

Hello, It says [here](https://docs.readme.com/reference/intro-to-the-readme-api#api-specification) that the "API Specification" endpoints can be used "to get, post, update, or delete the API specification that generates your API docs." But the only GET request I see for that endpoint is for the specification metadata. Am I missing something, or is it not currently possible to GET the OAS of a particular version of one's API spec from ReadMe via the API? Like, the JSON that got uploaded when creating a new version. Thank you. Zeke (Capable Health)