https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29595
--- Comment #2 from Jonathan Druart <[email protected]> --- I am expecting this to be enough, but apparently the spec validation is not working here. diff --git a/api/v1/swagger/paths/patrons.yaml b/api/v1/swagger/paths/patrons.yaml index 1100a9fba96..493be03d507 100644 --- a/api/v1/swagger/paths/patrons.yaml +++ b/api/v1/swagger/paths/patrons.yaml @@ -6,6 +6,8 @@ tags: - patrons summary: List patrons + consumes: + - application/json produces: - application/json parameters: -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
