Skip to content

Commit 0d7220d

Browse files
committed
[REFACTOR] swagger 업데이트
1 parent 4e8bb9b commit 0d7220d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/swagger/chat.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"artist_profile_image": { "type": "string", "example": "https://example.com/artist1.png" },
116116
"commission_id": { "type": "string", "example": "1" },
117117
"commission_title": { "type": "string", "example": "테스트 커미션 글" },
118+
"commission_thumbnail": { "type": ["string", "null"], "example": "https://example.com/sample-thumbnail.png" },
118119
"last_message": { "type": ["string", "null"], "example": null },
119120
"last_message_time": { "type": ["string", "null"], "format": "date-time", "example": null },
120121
"has_unread": { "type": "integer", "example": 0 }

0 commit comments

Comments
 (0)