Discussions

Ask a Question

Webhooks in API reference?

Hi there, Several months ago you added the ability to render webhooks within the API reference. However, recently the webhooks seem to have disappeared. Is there a configuration option you can use to determine whether or not webhooks display in the API reference? I can't find one anywhere, nor any reference to this in the Readme changelog. It's possible something did change on our end (but I don't think so), so I'm guessing there's something I'm overlooking here. Any help is greatly appreciated!
ANSWERED

Markdown tables in a description field?

I was trying to add a table into the description of a field in my yml using markdown, and the table was not rendered in the api. I'm using the exact markdown in the documentation for tables: <br /> ``` description: > Occupation Type info **Bold** `code style` | Left | Center | Right | |:-----|:--------:|------:| | L0 | **bold** | $1600 | | L1 | `code` | $12 | | L2 | _italic_ | $1 | ``` ``` ``` <br /> Other markdown is getting rendered in the description, but the table is not rendered. Are tables not supported in description fields?
ANSWERED

Markdown tables in a description field?

I was trying to add a table into the description of a field in my yml using markdown, and the table was not rendered in the api. I'm using the exact markdown in the documentation for tables: <br /> ``` description: > Occupation Type info **Bold** `code style` | Left | Center | Right | |:-----|:--------:|------:| | L0 | **bold** | $1600 | | L1 | `code` | $12 | | L2 | _italic_ | $1 | ``` ``` ``` <br /> Other markdown is getting rendered in the description, but the table is not rendered. Are tables not supported in description fields?
ANSWERED

Ability to ban or delete users

Currently, anyone at anytime can make an account in the Discussions section, and spam the hell out of it. There is no way to prevent this, or stop the spammer from continuing. CAPTCHAs are not a solution, as that does not prevent human driven spam, and the bad actor can do this every day, forever. I'm puzzled how this is not a feature of a public discussion forum. Please make this a thing.
ANSWERED

Docs API html content broken for anyone else?

About a day ago, we noticed that docs content returned from response.body_html changed. I see the developer refs <https://docs.readme.com/main/reference/getdoc> now lists response.body returns "ReadMe-flavored markdown". But what happened to body_html ?
ANSWERED

Vimeo

How do you embed Vimeo onto a ReadMe page? <br>
ANSWERED

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