[Koha-bugs] [Bug 32997] Add REST API endpoint to list authorised values for multiple given categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 21 09:18:59 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jonathan.druart+koha at gmail. |pedro.amorim at ptfs-europe.co
                   |com                         |m

--- Comment #3 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list