> 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.1.2 **`(fix):`** Fix pagination query parameter key mismatch. Query parameters were initialized with string keys but pagination iterator blocks used symbol keys, causing duplicate parameters to be sent (e.g., `page=0&page=0`) which resulted in 400 errors. **`(fix):`** URI-encode path parameters before interpolation into URL paths. Resource IDs containing reserved URI characters (e.g., pipes, spaces) now work correctly instead of raising `URI::InvalidURIError`.