[Koha-bugs] [Bug 17390] Add REST API endpoint for Authorised Values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 13 12:56:30 CEST 2020


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

--- Comment #12 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
> f. POST /authorised_value_categories/:authorised_value_category_id/values

This route reads wrong to me.
How is that different than adding a patron with a given category?

Or with funds, the route is GET /acquisitions/funds, should not it be
/acquisitions/budgets/:budget_id:/funds in that case?

Also note that there is no "authorised_value_category_id", but category_name is
the PK of the authorised_value_categories table. Should we add one or you meant
category_name?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list