Discussions
Post here or contact Support?
**Wonder what other customers are doing?**
Post here if you're looking for advice or best practices from fellow ReadMe customers!
**Have a problem right now that needs ReadMe attention?**
To report bugs or other issues with your ReadMe project, it's best to reach out to our Support team directly using the Intercom Messenger in the bottom right-hand corner.
**If you need emergency support**
Your project isn't loading, or you're getting 500 errors on mission critical pages? You can open the Intercom widget and type "ReadMe is down" or "getting a 500 error" and we'll be paged. Just include any relevant information about your project (URL, project name) and the error (dev console error, Cloudflare status code) and we'll take it from there!
**File a Feature Request**
Visit [feedback.readme.com](https://feedback.readme.com/tabs/4-candidate/submit-idea) to submit your idea, upvote existing requests, and see our product roadmap!
Posted by Ehsan Mafi over 2 years ago
Add WebM video to Product Guide
Hi there, is it possible to add WebM video to Product Guide?
Posted by Michal Franek over 2 years ago
Download a csv or zip file
Is there a way to embed a download link in the documentation?
Posted by Dustin Boswell about 1 year ago
Quick and easy way to copy paste into a table
Hi! Just wondering if there is an easy way to copy and paste tables from one document (Word, Spreadsheet) into ReadMe?
Posted by MJ almost 2 years ago
Import GitHub readme file to Readme
Hi Community,
As the title suggests I am trying to import my github readme file to ReadMe without manually doing the work, also can they be synced? so if I make any changes in Git can they be reflected in ReadMe ?
Posted by IK almost 2 years ago
Arbitrary JSON data in API reference
Hi, we have an API endpoint that can take arbitrary JSON in a part of its request body. We tried to express that by using a field with `type: object` and `additionalProperties: true`, and this renders in the API reference as a field where you can add extra fields and give them names and values, but the values are always encoded as strings. So if we type `{ "foo": 2 }` as the value of one of those fields it ends up as `"fieldName": "{ \"foo\": 2}"` in the payload of the request examples.
Is there a way to make the API reference UI not encode those values as strings, but just include them as is in the payload?
Posted by Fabio Mascarenhas over 2 years ago
Filtering "Contacts - Custom Fields Values"
Hi everyone!
I'm trying to use API of Active Campaign to get all the "Contacts - Custom Fields Values" but regarding that, the only way to filter for now is by "fieldedid" or "value" of the custom fields, it's impossible for me to do it.
Do you know whether there is a way like in"Contacts" to filter by creation or update date?
Kind Regards,
Daniel
Posted by Daniel Ruiz over 1 year ago
OpenAPI download and auto-generated SDKs/code
As we look at and evaluate Readme, one feature that seems common with competitors is the ability for the developer user to download the OpenAPI specification, as well as automatically generated code/SDKs in popular languages from the OpenAPI specification.
These features don't exist in Readme, correct?
Posted by Brendan Keeler over 2 years ago
readOnly properties
Hi,
i see that readOnly properties are part of OpenAPI 3.0.3, that you support, but when I use your site they are not handled correctly.
Intended behaviour of a readOnly property:
1) not being display in body params
2) being displayed in the response body and in the example
same property in editor.swagger.io behaves correctly
is there any plan to fix it ?
thanks in advance
Posted by Mickael Maitre over 1 year ago
GitHub action timed out
Hello, we have our docs set up to sync automatically through a GitHub action. We are attempting to sync these docs to readme from a different repo. However, when we try to run the action, we now see this error:
> Error: We're sorry, your upload request timed out. Please try again or split your file up into smaller chunks.
> Error: Process completed with exit code 1.
This timeout occurs in less time (9s) than our sync takes in the other repo (14s). Is this timeout occurring on your end? And if so, could you please shed some light on what might be causing this change in behavior?
Posted by [email protected] 12 months ago