From 808e5ce284644161d46f793462dd960a342fc0a5 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 Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- 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 63456424283..7f37a34f84c 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -1059,6 +1059,9 @@ tags: - description: "Manage bibliographic records\n" name: biblios x-displayName: Biblios + - description: "Manage bookings\n" + name: bookings + x-displayName: Bookings - description: "Manage cash registers\n" name: cash_registers x-displayName: Cash registers -- 2.44.0