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 86416ca7b..9072bcf27 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,18 +5,15 @@ description: Test API endpoints directly from your documentation with an interac The `` component enables users to 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. - - - -![Runnable Endpoint component example](runnable-endpoint.png) - - - -````jsx - -```` - - + + ```jsx + + ``` + + +will be rendered as: + + ## Features