Discussions

Ask a Question

API logs in dashboard vs public portal

Hi, <br> I am able to successfully send the logs to readme and I am seeing all logs in the dash.readme.io. Now How do I make these logs also be available in public portal? I would also like to see how I can filter these logs based on the logged in user to public portal. <br> Thanks, Naveen
ANSWERED

Developer onboarding

I am short before canceling our Readme.io sunbscription. Does anybody have a concise instruction on how to onboard developers? The logic seems to be either too simple to be of any use for a software development company or so twisted as not to be usable. I have customers developers that I want to be able to invite by email to use our APIs. How do I do that????
ANSWERED

Language Support - hcl

Hello! <br> I was curious if there were any plans to support code blocks containing HashiCorp Configuration Language (hcl). Right now a ton of our Terraform docs and snippets reside in readme but they lack syntax highlighting. Just wanted to check if there were plans or not
ANSWERED

Can I change the "option 1" title displayed when using "oneof" with many options?

I have an api that uses "oneof" with many options, but each option is titled "option N", is it possible to change that title? / example: option 1 option 2 option 3 what I need: user not valid user not found user expired ![image example](<>)
ANSWERED

Access custom Pages

Hi, I created a custom page, which has `.../page/name_of_my_page` path. Is there a way to display the custom pages in the top sections? Next to `product guides`, `recipes`, ... sections? If yes, how can I enable that? If not, where can those custom pages appear? Thanks
ANSWERED

Allow Vue syntax in Code Blocks

Can you support Vue syntax in Code Blocks?
ANSWERED

How to create categories from OpenAPI spec

Hi guys! Do you know how can I create categories instead of pages using tags or something in the OpenAPI spec?
ANSWERED

Multiple URL's for different environments

Is there a way to allow multiple selectable url's for one specific endpoint documented? I want users to have the ability to swap between environments and call endpoints with either url directly from the documentation.
ANSWERED

Setting Multiple Authentications in an endpoint

When I click "Enabled" for Authorization section, the Authorization section appears as 0Auth2 with the option for a user to enter a Bearer token. Is there a way to enable multiple authorization types? So that a user of my API can choose to either enter a Bearer token using 0Auth2 or some other api key type?
ANSWERED

OAS : is there a way to order the parameters ?

is there a way to order the parameters in a object ? I already sort by controllers' names, operations and fields, but cannot find a way to sort the parameters. Thank you for your help