Discussions

Ask a Question
ANSWERED

Automating discussion responses through API?

Do you have a way to automate responses to questions received on the discussions section? I was thinking perhaps some webhook or something, and then through an API submit a response. Thank you.
ANSWERED

Embedding a video with chapters

Hello, I would like to be able to split the videos we are uploading to the pltform to chapters just like on Youtube and Vimeo. Is that possible? If not, is this a feature that is planned? It's highly needed Thanks Lea
ANSWERED

Setting to access to API-reference.

can I setting to some users can edit and modify some endpoints del API-Reference? example: [email protected] can only edit and modify order's option of API-Reference and [email protected] can only edit and modify cards' option of API-reference.
ANSWERED

Can't select boolean field when it's required

Hello, If we make a boolean field required as body params, the UI will auto-select the `true` option. However this is not reflected in the curl example. So when we try the request, the boolean field is actually empty in the curl, and the request will fail because it's required. Since the `true` option is already auto-selected, we can't select `true` again. We must first select `false` and then re-select `true` again to make it work. This is our schema: ``` Item: type: object properties: activationRequired: type: boolean description: Description... example: false required: - activationRequired ``` Let me know if you need more details. Thank you in advance.
ANSWERED

How to set up personalized webhooks for Golang server?

Hello, Our backend is written in Golang, and we'd like to set up Personalized Webhooks, but there's not a README Golang SDK. Is it not possible to set up personalized docs without a ReadMe Golang SDK?
ANSWERED

How to switch to dark mode when using Safari on iPhone?

I can't find dark mode button switch when reading docs on my phone. The switch button is missing. I think there should be 3 possible states: - sync with system theme (default) - light mode - dark mode Currently on desktop: - light mode (default) - dark mode Currently on mobile: - light mode (only possible)
ANSWERED

When editing a recipe, deleting a step does not update the other steps highlited lines

Is there a way to currently do this? Or do we just need to update it by hand? It becomes cumbersome if the recipe is on the longer side.

How you will handle sheamless login in Hive blockchain ??

How you will handle sheamless login in Hive blockchain ??
ANSWERED

All supported markdown headers?

Is there a list of all supported readme-flavored markdown headers on one of your help pages? I know of title, slug, excerpt, category, order, and hidden. Thank you!
ANSWERED

Support to override Servers on a specific path in readme?

<https://swagger.io/docs/specification/api-host-and-base-path/> see section "Overriding Servers" This doesn't seems to work in readme. However it is supported in Swagger. Is this somewhere planned?