https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24260
Arthur Suzuki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Arthur Suzuki <[email protected]> --- This sounds like doing : <pre> curl -X POST https://demo.biblibre.com//api/v1/patrons \ -H 'Authorization: Basic [your-token]' \ -d '{ "address":"anywhere", "city":"nowhere", "firstname":"asu", "surname":"zuki", "library_id":"SITE", "category_id":"ADULT" }' </pre> to me the only bug we have here is, the post patron api doesn't use the self-registration prefs like PatronSelfRegistrationDefaultCategory. It means the category is mandatory, where it is not when using the OPAC. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
