Skip to content

Commit 2e78a20

Browse files
committed
ìdocs(api): describe displayTitle for chat room responses
1 parent e1f1e66 commit 2e78a20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/api-specification.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,10 @@ components:
182182
description: 채팅방 고유 식별자
183183
title:
184184
type: string
185-
description: 채팅방 제목(Guide-User 조합)
185+
description: 채팅방 내부 식별용 기본 제목 (Guide-사용자 ID 조합)
186+
displayTitle:
187+
type: string
188+
description: 요청자 기준 상대 닉네임을 포함한 표현용 제목 (예: "홍길동님과의 채팅")
186189
guideId:
187190
type: integer
188191
format: int64

0 commit comments

Comments
 (0)