From 8b92edb97266d3e061a687cfc5468d168456bb30 Mon Sep 17 00:00:00 2001
From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com>
Date: Thu, 17 Sep 2026 00:52:49 +0000
Subject: [PATCH] Add changelog entry for split response example selector (Sept
17, 2026)
---
fern/products/docs/pages/changelog/2026-09-17.mdx | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 fern/products/docs/pages/changelog/2026-09-17.mdx
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.
+
+