From f9929a28cb23fb4c1f0701ec694902b828d8e746 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Fri, 19 Jul 2024 15:27:56 -0700
Subject: [PATCH] patch lint

---
 server/swagger/openapi.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/server/swagger/openapi.json b/server/swagger/openapi.json
index 571fef592..2617ab7ba 100644
--- a/server/swagger/openapi.json
+++ b/server/swagger/openapi.json
@@ -165,6 +165,9 @@
               }
             }
           },
+          "400": {
+            "description": "Bad Request"
+          },
           "401": {
             "description": "Instance is not in Multi-User mode. Method denied"
           },