https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33690 --- Comment #7 from David Nind <david@davidnind.com> --- Testing notes (using KTD) 1. Enabled RESTBasicAuth system preference. 2. Used Postman to create a new HTTP Request with these values/settings: - POST to http://127.0.0.1:8081/api/v1/patrons - Authorization: Basic Auth with koha as both username password - Headers: added x-koha-welcome with a value of email - Body (raw and JSON selected): { "cardnumber": "987654321", "category_id": "PT", "library_id": "CPL", "email": "email@example.com", "surname": "bz33690", "userid": "bz33690" } 3. Tests pass: prove -v t/db_dependent/api/v1/patrons.t -- You are receiving this mail because: You are watching all bug changes.