From 135692c32495713348bd0a996d207de5689610a3 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 --- 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 f71f1425b2..1796ba041e 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -694,6 +694,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.25.1