From 652743e30d9fd08cf65356257a79211a4b15a905 Mon Sep 17 00:00:00 2001 From: Agustin Moyano Date: Wed, 7 Dec 2022 15:32:48 -0300 Subject: [PATCH] Bug 31794: (follow-up) Add description to authorities tag Signed-off-by: Pedro Amorim Signed-off-by: Marcel de Rooy 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 e3ecac89ff..f7ead6c0a1 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -728,6 +728,9 @@ tags: - description: "Manage baskets for the acquisitions module\n" name: baskets x-displayName: Baskets + - description: "Manage Authority records\n" + name: authorities + x-displayName: Authorities - description: "Manage bibliographic records\n" name: biblios x-displayName: Biblios -- 2.39.2