docs(community): 댓글 작성자 식별자 계약을 갱신한다
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user