> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.46.3

**`(fix):`** 生成的 `raw_client.go` 现在对成功响应体为可选的端点（例如同时返回带请求体的
2xx 和 204 No Content 的操作）在 `CallParams` 中设置 `ResponseIsOptional: true`。
此前该字段从未生成，导致真正的 204（空请求体）在调用方触发 `io.EOF`，
作为错误返回而非成功的无请求体响应。