From b0d81ccadf8b2f8e67702396268ec68ccd895d2b 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 6da422f167..f457133c08 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -1037,6 +1037,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.39.5