From c438dbfeaf7e4139b2e25af79e3edb20093f0374 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:17:56 +0000 Subject: [PATCH] Document examples option for readonly prop in RunnableEndpoint component Co-Authored-By: Catherine Deskur --- .../component-library/default-components/runnable-endpoint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 902d55406..35ce22d17 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 @@ -39,7 +39,7 @@ The component supports: - Fields to lock by hiding their dropdown selectors. Accepts `"environment"` to lock the server URL and prevent users from switching environments. When set to `readonly={["environment"]}`, the environment selector is hidden and the endpoint uses the environment specified by `defaultEnvironment` (or the first environment if not specified). + Fields to lock by hiding their dropdown selectors. Accepts `"environment"` to lock the server URL and prevent users from switching environments, and `"examples"` to lock the example selection and prevent users from switching between multiple examples. When set to `readonly={["environment"]}`, the environment selector is hidden and the endpoint uses the environment specified by `defaultEnvironment` (or the first environment if not specified). When set to `readonly={["examples"]}`, the example selector is hidden and the endpoint uses the example specified by `example` (or the first example if not specified).