Skip to content

Commit

Permalink
hotfix: fix swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
chominho96 committed Apr 6, 2024
1 parent b9ce276 commit 5214599
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,25 @@ ResponseEntity<UnreadMessageResponse> getUnreadMessages(
\t\t{
\t\t\t"id": "메시지 고유 UUID",
\t\t\t"senderName": "보낸 사람이 설정한 닉네임",
\t\t\t"eventId": "(있는 경우만) 대상 event id",
\t\t\t"event": {
\t\t\t\t"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
\t\t\t\t"type": "CHEER_UP",
\t\t\t\t"content": "string",
\t\t\t\t"plannedAt": "2024-04-06"
\t\t\t},
\t\t\t"content": "메시지 내용",
\t\t\t"sentAt": "2024-04-06",
\t\t\t"type": "메시지 타입"
\t\t},
\t\t{
\t\t\t"id": "메시지 고유 UUID",
\t\t\t"senderName": "보낸 사람이 설정한 닉네임",
\t\t\t"eventId": "(있는 경우만) 대상 event id",
\t\t\t"event": {
\t\t\t\t"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
\t\t\t\t"type": "CHEER_UP",
\t\t\t\t"content": "string",
\t\t\t\t"plannedAt": "2024-04-06"
\t\t\t},
\t\t\t"content": "메시지 내용",
\t\t\t"sentAt": "2024-04-06",
\t\t\t"type": "메시지 타입"
Expand Down

0 comments on commit 5214599

Please sign in to comment.