Discussions

Ask a Question
ANSWERED

Download a csv or zip file

Is there a way to embed a download link in the documentation?

How to change position of "Did this page help you?" and make it sticky or fixed so it's always in the viewport?

ANSWERED

Location of voting comments?

Where are the comments stored and accessible when an end-user votes on a page and leaves a comment?
ANSWERED

swagger file import issue

Hi When i try to import a swagger file , i am gettign the below error: ``` Swagger schema validation failed. ADDITIONAL PROPERTY must NOT have additional properties 307 | "type": "number" 308 | }, > 309 | "format": "double", | ^^^^^^^^ 😲 format is not expected to be here! 310 | "allowEmptyValue": false 311 | }, 312 | { ```
ANSWERED

Can I link to an API response?

Hi there, it would be really helpful if I could put a link in a guide such that it opened onto a specific API response. For example, the link would navigate the user to the API reference page for that endpoint, with the 200 response modal already open. Is this possible, or could there be a different way to provide a link to a API response? Thanks!
ANSWERED

404 in search

Hello, our search bar returns results in 404. I don't know how to reproduce the bug but, FYI, it happens on a reference removed by OpenAPI upload and sync. Also, the search bar does not return results when searching for a term in a drop-down list. This can be useful for users. Bastien
ANSWERED

404 Page Not Found in API Reference section

Hi After successfully importing the swagger file , when I click on preview changes ,I get 404 not found in API reference section. Thanks Rishav
ANSWERED

How do I add in the dropdown toggle syntax found on this page?

[block:image] { "images": [ { "image": [ "https://files.readme.io/b25d0f8-Dropdown_toggle.png", null ] } ] } [/block] Can't find it anywhere on the site. Please help thank you.
ANSWERED

swagger file upload verification

Hi Is there a way through rdme cli command to k now if the swagger file has already been uploaded or not?
ANSWERED

Automate the cli prompt

Hi I want to deploy my swagger files through automated process . But rdme login as well as rdme openapi path has a prompt to input the value. Is there a way to pass username and password through cli so that it does not ask for prompt? Also is there way to upload swagger file without prompt?