Discussions

Ask a Question
ANSWERED

Sync Docs to GitHub When Making Edits in ReadMe

Is there a way to connect our product Doc markdown files to GitHub when we make edits in the ReadMe platform? Our team wants to ensure we have records in multiple places and I am having trouble figuring out how to set it up?

ANSWERED

API Conventions for /api-specification

GET /api-specification returns a collection instead of single api and there is no GET /api-specification/{id} call. I would expect an /api-specifications endpoint to exist and return a collection

ANSWERED

Add drop down in base URL section on right hand panel

How to add drop down for setting context in base URL section on right hand panel of developer portal

ANSWERED

Enhancement request

In the try it provide a way to set global header values so that you don't have to cut and paste into every endpoint that you want to try.

ANSWERED

Alternate Info Callout not picking up colors?

Please see the markup below. Both the warning callout display ok, but the info ones are different?

ANSWERED

Any support for estimated read time / # of words style macro?

This is a nice feature I've seen on other sites "Estimated read time: X minutes" which is usually based off the number of words, and the adult average read time of 300 words per minute.

ANSWERED

How can I decrease the padding from the right and left sides of the ReadMe portal?

Hi Team,

Try It Out Not Working With Multiple Security Schemes

My OpenApi spec has multiple security schemes (see the example below). When viewing my API documentation, I can only see the first scheme. How do I select which one should be used in my ReadMe documentation?

ANSWERED

Is there a way to embed your OpenAPI calls in the Guides

When you are writing the descriptive guides, it would be nice to be able to embed an interactive API call in the guide that can be tracked.