Skip to content

Commit 8974d53

Browse files
committed
REFACTOR : 작가 목록 조회 swagger 수정
1 parent 013ee73 commit 8974d53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/swagger/user.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,8 @@
676676
"properties":{
677677
"id":{"type":"string", "example":"1"},
678678
"nickname":{"type":"string", "example":"작가지롱~"},
679-
"profileImage":{"type":["string", "null"], "example":null}
679+
"profileImage":{"type":["string", "null"], "example":null},
680+
"followerCount":{"type":"integer", "example": 11}
680681
}
681682
}
682683
}

0 commit comments

Comments
 (0)