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>