참고 시트

Request Method url body 설명
댓글 수정 PATCH /posts/{post_id}/comments/{comment_id} { "commentContent" : "수정한 댓글 내용"} 필수
post_id: number, comment_id: number, user_id: number, commentContent: String

우리 시트

Request Method url body 설명
댓글 수정 PATCH /posts/{id}/comment/{comment_id} { "nickname" : "example", "comment" : comment} 필수
nickname : String, comments : String

<aside> <img src="/icons/report_lightgray.svg" alt="/icons/report_lightgray.svg" width="40px" /> ‘요청-설명’란에 ‘요청-body’란에 들어가지 않은 변수가 들어가도 되나 봐요

</aside>


참고 시트

회원

게시글

댓글 / 좋아요

이미지 업로드

우리 시트

회원

게시글

댓글 / 좋아요

이미지 업로드