https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35197 --- Comment #16 from Victor Grousset/tuxayo <victor@tuxayo.net> --- There is no 404 case, it returns [ ] if tablename doesn't match an existing one. Leaving that info for someone QAing the functional side to tell if that's expected here. --- The param tablename should be table_name I think. That's what is shown from the examples here: https://wiki.koha-community.org/wiki/Coding_Guidelines_-_API#SWAGGER4.2:_Usi... They diverge from the DB and for city_id, it's not for terminology reason, it seems to be just to follow snake_case. And the JSON of the response has the key `table_name` --- Otherwise all seems conformant to the guidelines. --- Is the enhancement sponsored BTW? (QA script asks this now) -- You are receiving this mail because: You are watching all bug changes.