Skip to content

Commit bcf0075

Browse files
committed
docs: 채팅 API Swagger 문서 수정
1 parent 20890a6 commit bcf0075

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/back/web7_9_codecrete_be/domain/chats/controller/ChatMessageReadController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public RsData<List<ChatReadResponse>> getMessages(
4545

4646
@Parameter(
4747
description = """
48-
조회 기준 cursor (Redis Stream ID).
48+
조회 기준 cursor (messageId).
4949
해당 값이 주어지면, 그 이전의 채팅 메시지를 조회합니다.
5050
""",
5151
example = "1734940012345-0",

src/main/java/com/back/web7_9_codecrete_be/domain/chats/controller/ChatStompDocsController.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
@RestController
1717
@RequestMapping("/docs/chat")
18-
@Tag(name = "Chat STOMP", description = "WebSocket / STOMP 채팅 프로토콜 문서. 문서용 API. 사용X")
18+
@Tag(name = "Chat")
1919
public class ChatStompDocsController {
2020

2121
@Operation(
22-
summary = "채팅 메시지 전송 (STOMP)",
22+
summary = "채팅 메시지 전송 (WebSocket / STOMP 채팅 프로토콜 문서. 문서용 API. 사용X)",
2323
description = """
2424
### 📡 WebSocket STOMP 채팅 메시지 전송
2525
@@ -64,7 +64,7 @@ public class ChatStompDocsController {
6464
public void stompChatGuide() {}
6565

6666
@Operation(
67-
summary = "STOMP 채팅 메시지 전송 규격",
67+
summary = "STOMP 채팅 메시지 전송 규격(문서용 API. 사용X)",
6868
description = """
6969
WebSocket + STOMP 기반 채팅 메시지 전송 규격입니다.
7070

0 commit comments

Comments
 (0)