diff --git a/fern/products/docs/pages/changelog/2026-09-17.mdx b/fern/products/docs/pages/changelog/2026-09-17.mdx new file mode 100644 index 000000000..c17900249 --- /dev/null +++ b/fern/products/docs/pages/changelog/2026-09-17.mdx @@ -0,0 +1,9 @@ +## Split response example selector + +api-reference + +When an endpoint has multiple examples for the same status code, the response snippet now renders two dropdowns side by side instead of one flat list: a **status code** dropdown on the left and an **example** dropdown to its right. The example dropdown only appears when the selected status code has more than one example — status codes with a single example show only the status code dropdown, keeping the UI uncluttered for the common case. + +Example names in the second dropdown use the `name` field from `x-fern-examples` when set, falling back to `Example 1`, `Example 2`, and so on. + +