> 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.13.3

**`(fix):`** 重命名与请求体属性冲突的内联路径参数（例如 `{idType}` 路径参数和 `idType` 体字段），添加 `_path_param` 后缀，使两个值可以独立设置，且体属性不再从序列化的请求体中被剥离。

**`(fix):`** 修复线路测试辅助函数 `verify_authorization_header`，从 WireMock 的 `/requests/find` 响应中的正确路径读取 Authorization header。