Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions fern/products/docs/pages/changelog/2026-09-17.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Split response example selector

<ChangelogTags>api-reference</ChangelogTags>

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.

<Button intent="none" outlined rightIcon="arrow-right" href="/learn/api-definitions/openapi/extensions/request-response-examples">Read the docs</Button>
Loading