Discussions

Ask a Question
ANSWERED

Synced OpenAPI definition examples not imported to UI properly

The examples import perfectly and when you go to the top right for an API and click examples it runs, but one of the fields in the main UI when a user can try out the API and fill out the fields will not populate. Usually the examples are accurate and populate so that the user can try it without having to click on the top right examples request button. I'd add photos if possible, but seems like the forum is only text.
ANSWERED

custom verifyWebhook

readmeio SDK is not supported in Golang. Can I create my own method that will verify the readme signature? I can take it from request and then compare to my readme secret taken from env variable I suppose. But which hashing algorithm should I use to compare these values? I added a feature request for supporting the Golang... I am not sure if this is something that will be implemented in the near future but If not - I would like a way to do this.

startup accont: How toexpose my project to a limited external people

Hi All, I have a startup account and would like to keep my project private. But, I want to share my project with 20 external users. What is the best option to achieve it? Thanks, Manish
ANSWERED

default language sample bug

I am currently using your ReadMe service and have encountered a bug. My documentation is auto-generated via Swagger, and my language-sample configuration appears as follows: "x-readme": { "samples-languages": ["python", "curl", "node", "ruby", "php"], } Since Python is listed first, followed by Curl, I expect Python to be the default language. However, there are instances (especially when using the Firefox browser) where the system defaults to Curl when switching from one endpoint to another. Could you please explain why this happens? I want Python to be the default selection."
ANSWERED

https to http

Is there a way to change protocol of base url from default https to http?
ANSWERED

Bug: Wrong robots.txt format

### The current format is ``` Disallow: /edit/ Disallow: /login Disallow: /reference-edit/ Disallow: /logout Sitemap: /sitemap.xml ``` ## The correct format should be: the full url/domain should be declared ``` Disallow: /edit/ Disallow: /login Disallow: /reference-edit/ Disallow: /logout Sitemap: https://readme.com/sitemap.xml ```

Is there API Access availabe to the Discussions forum?

Eg. so we can get a list of current questions, and post responses to questions via the API? Thanks Ben
ANSWERED

Production Rollback

Hi, Could you please help me with couple of question? 1.Once the changes are promoted to production from staging is there any way we can rollback those changes? 2.At the moment we are unable to promote changes to production for a single page and instead need to promote all the changes(of all pages) in one go so is there any way here as well we can optimize it to promote the required changes only instead of promoting all at a single time. Thanks

When trying to edit category through command, getting error 'unable to get local issuer certificate'

When trying to edit category through command, getting error Command: rdme openapi --key=$README_API_KEY --id=$CATEGORY_ID Error: request to <https://dash.readme.com/api/v1/api-registry> failed, reason: unable to get local issuer certificate
ANSWERED

Customized layout of API reference pages

Hi, Is there anyway I can customize the layout of API reference pages? Specifically, I want to move the History Calls section to the bottom, below the response example section. Thank you!