From 48a4d77a17d4e1c1446e89385db4047cb9db3463 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 18:23:03 +0000 Subject: [PATCH] Fern Editor: Update --- .../default-components/runnable-endpoint.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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