http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13920 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #4 from Julian Maurice <julian.maurice@biblibre.com> --- 2nd test plan: 1/ Go to http://api.YOURLIBRARY/v1/doc 2/ Try route /borrowers/{borrowernumber} and see you have a 401 (Unauthorized) error 3/ Generate an API key (like described in 1st test plan) for a user that have the 'borrowers' permission 4/ Fill 'username' and 'api_key' inputs at the top of the Swagger UI page and retry /borrowers/{borrowernumber}. You should have a 200 status and the json representation of a borrower (if it exists) -- You are receiving this mail because: You are watching all bug changes.