https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28201
--- Comment #6 from Tomás Cohen Arazi <[email protected]> --- (In reply to Julian Maurice from comment #5) > (In reply to Tomás Cohen Arazi from comment #4) > > I like where this is going, but I think this needs some more thinking. > > > > In my opinion: > > - The request body should include the raw record > > - Content/Type should tell the controller how it should handle the raw > > record in terms of serialization format (i.e. application/marcxml+xml, > > application/marc-in-json, etc) > > That's what I wanted to do at first, but I couldn't figure out how to pass > non-json data to the API. If I remember correctly the body was always empty > when trying to use it in the controller. So I opted for the easy way. > Do we have examples of Koha API routes that accept data other than JSON ? Try "schema": { "type": "string" } for the body parameter. -- 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/
