Discussions

Ask a Question
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?
ANSWERED

Creating Guides Search on External Website

Hi, We have been attempting to create a search via JS/Vue that hooks into the API to allow users to search a guide and then link to the particular guide on readme.io. We have attempted to use the search API: <https://docs.readme.com/docs/search-api>. Using our details we can generate results here: <https://docs.readme.com/reference/searchdocs> but when accessing via our external site we run into a CORS issue. A No 'Access-Control-Allow-Origin' header is present. Is there a way around this? Thx Matt
ANSWERED

Propagate changes through versions

If I have a page with version 1.0 and then a forked page with version 1.1 that has the same content of v1.0, is it possible to propagate changes made to the 1.0 version to the 1.1 version automatically?
ANSWERED

embedding links in the glossary

I want to embed a link in a glossary term's definition... (e.g. look here, go here, follow the rabbit)