docs(community): 댓글 작성자 식별자 계약을 갱신한다

This commit is contained in:
2026-07-07 17:55:55 +09:00
parent 7f04899ca5
commit bf103dedd7
2 changed files with 8 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ data class CreatorChannelCommunityCommentsResponse(
data class CreatorChannelCommunityCommentResponse(
val commentId: Long,
val writerId: Long,
val writerProfileImageUrl: String,
val writerNickname: String,
val content: String,
@@ -203,6 +204,7 @@ data class CreatorChannelCommunityCommentResponse(
data class CreatorChannelCommunityReplyResponse(
val commentId: Long,
val writerId: Long,
val writerProfileImageUrl: String,
val writerNickname: String,
val content: String,