diff --git a/fern/products/docs/pages/component-library/default-components/runnable-endpoint.mdx b/fern/products/docs/pages/component-library/default-components/runnable-endpoint.mdx index 0f36c961b..0381e8ec0 100644 --- a/fern/products/docs/pages/component-library/default-components/runnable-endpoint.mdx +++ b/fern/products/docs/pages/component-library/default-components/runnable-endpoint.mdx @@ -5,6 +5,9 @@ description: Add testable API endpoints to your docs with RunnableEndpoint. Supp The `` component lets users make real HTTP requests to your APIs directly in the API Reference. It auto-detects endpoint definitions from your API specification and provides a request builder with inputs for headers, path parameters, query parameters, and request bodies. + + + ## Usage
@@ -18,6 +21,7 @@ The `` component lets users make real HTTP requests to your AP ## Features The component supports: + - **Multiple examples** – When your endpoint has multiple pre-configured examples, the component displays a dropdown selector in the header so users can switch between different examples - **Multiple environments** – If your API defines multiple environments (production, staging, development), the component automatically displays an environment selector so users can test against different base URLs - **API Reference integration** – Each `` includes a button that links users to the full API Reference documentation for the endpoint