portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.application
/
CommentService
/
updateComment
update
Comment
@
Transactional
fun
updateComment
(
email
:
String
,
articleId
:
Long
,
commentId
:
Long
,
content
:
String
)
:
CommentResponse
댓글 수정 메소드
Return
댓글 응답 DTO
Parameters
email
유저 이메일
article
Id
게시글 ID
comment
Id
댓글 ID
content
댓글 내용