From 2eb6d491fdc8f04261e534969b5f492c8c5c146e Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Tue, 15 Oct 2024 08:13:51 +0000 Subject: [PATCH] Bug 33736: (follow-up) Remove top-level embed in bookings.yaml For reference, see: bug 30536. Sponsored-by: PTFS Europe Ltd Signed-off-by: Esther Melander Signed-off-by: Paul Derscheid --- api/v1/swagger/paths/bookings.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/v1/swagger/paths/bookings.yaml b/api/v1/swagger/paths/bookings.yaml index 3d33e0b978a..70c00549116 100644 --- a/api/v1/swagger/paths/bookings.yaml +++ b/api/v1/swagger/paths/bookings.yaml @@ -84,10 +84,6 @@ x-koha-authorization: permissions: catalogue: 1 - x-koha-embed: - - biblio - - item - - patron post: operationId: addBooking parameters: -- 2.47.0