https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42373 --- Comment #15 from David Nind <david@davidnind.com> --- Testing notes (using KTD and Bruno for API requests): 1. Did a yarn build as well, not sure if that is required or not. 2. Step 7. JSON returned, 4136 lines 3. Steps 10 and 12. 400 Bad Request returned: { "error": "_per_page exceeds the maximum allowed value of 100 for this endpoint", "error_code": "max_page_size_exceeded" } 4. Step 14. JSON returned, 3902 lines, patron ids 1 to 50 5. Step 16. JSON returned, 4136 lines, patron ids 1 to 53 6. Tests pass: prove t/db_dependent/api/v1/patrons.t Note: qa script says: Processing additional checks * Author 'John Doe' seems invalid * Email's author 'you@example.com' seems invalid -- You are receiving this mail because: You are watching all bug changes.