We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Context-type : application/json
PATCH /api/post/:postId/comment/:id
header
"cookie": "쿠키 값",
body
{ "content":"안녕하세요", }
Success : 200
Fail : 403 로그인 된 user id와 댓글 작성자의 id가 다를 때
수정 할 권한이 없습니다.