From 91fe7a808dd5345b9d9b96fdc72ad6cb9c713469 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 --- 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