From 92ae10ca869a1b80ec467bba6e027e1983246a52 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 26 May 2022 09:52:46 -0300 Subject: [PATCH] Bug 30853: Add description for baskets in swagger.yaml 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 1ec3a5687d..97de9ba0b5 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -521,6 +521,9 @@ tags: - description: "Manage article requests\n" name: article_requests x-displayName: Article requests + - description: "Manage baskets for the acquisitions module\n" + name: baskets + x-displayName: Baskets - description: "Manage bibliographic records\n" name: biblios x-displayName: Biblios -- 2.34.1