From 81b4e8918242547b2493ff92e58a7d394920c549 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 20 Oct 2025 14:53:09 +0000 Subject: [PATCH] Bug 32682: Update patrons chekcoput route to allow access with new permission --- api/v1/swagger/paths/patrons_checkouts.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v1/swagger/paths/patrons_checkouts.yaml b/api/v1/swagger/paths/patrons_checkouts.yaml index 04122240ffc..71880463f54 100644 --- a/api/v1/swagger/paths/patrons_checkouts.yaml +++ b/api/v1/swagger/paths/patrons_checkouts.yaml @@ -74,3 +74,4 @@ permissions: - circulate: circulate_remaining_permissions - circulate: manage_bookings + - borrowers: view_checkout_history -- 2.39.5