We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939a208 commit d8735d4Copy full SHA for d8735d4
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-05-28.mdx
@@ -1,3 +1,11 @@
1
+## 5.41.1
2
+**`(fix):`** Stop overwriting native OpenAPI examples with AI-generated ones (FER-10006).
3
+When a customer provides an `example` or `examples` on a request body whose
4
+media type also has a `schema`, the example is now correctly classified as
5
+user-specified at both the IR and FDR layers, so the AI example enhancer
6
+skips the endpoint instead of replacing the human-authored payload.
7
+
8
9
## 5.41.0
10
**`(feat):`** Add X-Request-Id header to all CLI v2 HTTP requests for request tracing and debugging.
11
0 commit comments