29 Apr
2024
29 Apr
'24
7:51 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35197 --- Comment #25 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Victor Grousset/tuxayo from comment #16)
There is no 404 case, it returns [ ] if tablename doesn't match an existing one.
This is a plural endpoint. Meaning it is expected to return an array. An empty one if the query returns no results. With my follow-up, the (renamed to resource_type) table_name attribute will get its values validated beforehand, as Pedro said. So a 400 will get returned if the request doesn't conform to the spec. -- You are receiving this mail because: You are watching all bug changes.