Discussions

Ask a Question
ANSWERED

.rm-ParamTextarea

Is there a readme custom CSS variable for text areas? I believe when fields have raw json as an input the html is a textarea. I can update normal string/integer inputs with .rm-ParamInput and change the size and whatnot, but it doesn't change the param for raw json which is a textarea. is there an option for this?

Has anyone integrated ReadMe with Survey applications?

We're about to push some UX updates on our global landing page as well as some CSS to make things like the Page Quality feedback component more prominent. We'd like to do some kind of UX survey to measure user sentiment on the changes. Has anyone done anything like this? I know that we could get a list of users visiting the site, but I'd love to be able to pop up a CTA within ReadMe that would take folks there while they are viewing the docs
ANSWERED

Guides

How do I rename the "Guides" section?
ANSWERED

Enum no longer displayed

Hello, I think an update to readme broke the strings with enum. Our customers cannot know which fields are selectable. I'm trying to update my documentation and nothing happens. I find that your documentation has the same bug. For example, on your documentation the selectors are empty. ![](https://files.readme.io/b988d80-image.png)
ANSWERED

Dynamic default date query parameter?

I would like to set a default query parameter of type "Date time" to yesterday or 30 days ago instead of putting a static value. Is there a way we can achieve this? I couldn't find it in the help docs.
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!