[Koha-bugs] [Bug 17003] REST API: add route to get checkout's renewability

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 15 13:18:16 CET 2016


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

--- Comment #6 from Lari Taskula <lari.taskula at jns.fi> ---
I changed the return JSON. It was confusing in previous patch. Now we return
HTTP 200 with:

{
  "renewable": true,
  "error": null
}

...or...

{
  "renewable": false,
  "error": "too_many"
}

-- 
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