Discussions
Setting Multiple Authentications in an endpoint
When I click "Enabled" for Authorization section, the Authorization section appears as 0Auth2 with the option for a user to enter a Bearer token. Is there a way to enable multiple authorization types? So that a user of my API can choose to either enter a Bearer token using 0Auth2 or some other api key type?
OAS : is there a way to order the parameters ?
is there a way to order the parameters in a object ?
Multiple guides in main navigation.
How can I set up multiple guides in the main navigation like in here with "Product Guides" and "Enterprise Guides"?
Error Inquiry
Hi my name is Junghyuck Lee
Recipe: Duplicate Guides Across Projects. Needs Version?
Hi,
Bug in /discuss (React SSR Error)
There is a bug in the latest Readme release for the discussion forum.
Can I mark the best answer?
Is it possible to mark an answer as the best answer? Also, can we get a leaderboard based on answer questions correctly?
Can you add the ability to export APIs into PDF?
I noticed you can only export Guides, we have lots of internal users asking for PDF exports of the APIs and I have been using https://www.npmjs.com/package/apibake, can we get this into the product?
How do I edit the Langin Page width with custom HTML/CSS
The default css of the landing page width is narrow for what we want. What CSS hook allows us to overwrite the width of the Landing when using custom HTML?
URL encode query parameters in API Reference
My API allows query parameters that can contain special characters (for example, phone numbers with a +
prefix). When users plug in the string with the special characters into the relevant query param in the API Reference and click "try it!" they expect for the special characters to be encoded correctly into the URL within the generated CURL. Is this a feature we can enable?