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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jonathan.druart+koha@gmail. |[email protected]
                   |com                         |m

--- Comment #3 from Jonathan Druart <[email protected]> ---
 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.
_______________________________________________
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/

Reply via email to