https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jonathan.druart+koha@gmail. |pedro.amorim@ptfs-europe.co |com |m --- Comment #3 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- 11 parameters: 12 - name: category_names 13 in: query 14 description: Case insensitive search on category name 15 required: false 16 type: array 17 - name: x-koha-embed You have an extra 's' here, it should be category_name, or maybe even just 'name' (and add the mapping to Koha::AuthorisedValueCategory->to_api_mapping). -- You are receiving this mail because: You are watching all bug changes.