https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24401 --- Comment #43 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 197526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197526&action=edit Bug 24401: Add checkin REST API endpoint with confirmation flow Adds two new endpoints: - GET /checkins/availability - check-in availability with JWT token - POST /checkins - perform check-in with optional confirmation token Follows the same confirmation flow pattern as POST /checkouts: 1. Client calls availability endpoint to get blockers/confirms/warnings 2. If confirmations exist, a JWT token is returned 3. Client passes the token to the checkin endpoint to confirm Test plan: 1. Apply patch 2. prove t/db_dependent/api/v1/checkins.t 3. All tests should pass -- You are receiving this mail because: You are watching all bug changes.