From 5a5d903463fd81d5e4c82b01c1b1f6a41a9d30b3 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Pedro Amorim Signed-off-by: Marcel de Rooy --- 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 91b3423018..be4b527e3d 100644 --- a/api/v1/swagger/swagger.yaml +++ b/api/v1/swagger/swagger.yaml @@ -696,6 +696,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.30.2