From 1d2a29682cb4839e4e8e3c530859476c873a45c6 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Mon, 29 Apr 2024 10:18:31 -0300
Subject: [PATCH] Bug 35197: (QA follow-up) Add 'additional_fields' tag
 description in docs

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 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 93757997129..b5d88fe0ef4 100644
--- a/api/v1/swagger/swagger.yaml
+++ b/api/v1/swagger/swagger.yaml
@@ -1042,6 +1042,9 @@ info:
     context; If it is not included in the request, then the request context
     will default to using your api comsumer"s assigned home library.
 tags:
+  - description: "Manage additional fields\n"
+    name: additional_fields
+    x-displayName: Additional fields
   - description: "Manage article requests\n"
     name: article_requests
     x-displayName: Article requests
-- 
2.44.0