From 8974d53d77d334ba33b0d6d2fd33051ae3745b94 Mon Sep 17 00:00:00 2001 From: taeyoung0524 Date: Thu, 14 Aug 2025 14:17:25 +0900 Subject: [PATCH] =?UTF-8?q?REFACTOR=20:=20=EC=9E=91=EA=B0=80=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EC=A1=B0=ED=9A=8C=20swagger=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/swagger/user.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/swagger/user.json b/src/common/swagger/user.json index 3e747b3..4e9b817 100644 --- a/src/common/swagger/user.json +++ b/src/common/swagger/user.json @@ -676,7 +676,8 @@ "properties":{ "id":{"type":"string", "example":"1"}, "nickname":{"type":"string", "example":"작가지롱~"}, - "profileImage":{"type":["string", "null"], "example":null} + "profileImage":{"type":["string", "null"], "example":null}, + "followerCount":{"type":"integer", "example": 11} } } }