Discussions
Is there any way to scroll a table?
In the editor, tables scroll. But they don't in the live Web page.
API versioning
A verification question:
This topic leads me to understand that versioning is handled manually
Multiple API Definitions
Hi,
What is the best practice for using Changelog for releases?
There seems to be no way to categorize changes. Categories could include functional areas or types of changes. Tags would be another great way to include ways for people to search specific areas of interest.
Can you add breadcrumbs
In product guides, are there auto-generated structure-based breadcrumbs that can be added? Or would they have to be written manually?
Can someone show me a sample of how they are using the ChangeLog feature?
Hi all,
Response Models
Hi,
Response models doesn't include anything other than type, name and description of a field even if OAS file includes definitions like allowable values for enums, min/max length, regex pattern for strings. Also, OpenAPI specification supports discriminator fields for polymorphic models. As I can see, discriminator and oneOf fields doesn't make any affects on readme .
Unusual rendering of enum values in Response objects
I've noticed that enums render a little funny in the response schemas generated for the API Reference.
API Bearer Authentication
How to configure the API Reference section to show Bearer Token input field?
Noting that I am not using OpenAPI, as I am building the reference section manually from the website (dash.readme)
Api deprecation
I want to deprecate particular api end point and make it visible to customer that this endpoint is depreciated. How to do that?