From ade6ffc33045655fcdd5328d170a46b26569fbb5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 10 Apr 2024 10:14:18 +0200 Subject: [PATCH] Bug 36565: Bookings API docs fixes (bug 29002 follow-up) Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/swagger.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml index 8b80908dcd1..ddc2b94d6cc 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -1021,6 +1021,9 @@ tags: - description: "Manage bibliographic records\n" name: biblios x-displayName: Biblios + - description: "Manage bookings\n" + name: bookings + x-displayName: Bookings - description: "Manage cash register cashups\n" name: cashups x-displayName: Cashups -- 2.44.0