Skip to content

Edit comment

김은우 edited this page Mar 9, 2020 · 3 revisions

댓글 수정

Context-type : application/json

PATCH /api/post/:postId/comment/:id

Request

header

	"cookie": "쿠키 값",

body

{
	"content":"안녕하세요",
}

Response

Success : 200

{
     "content":"안녕하세요",
}

Fail : 403 로그인 된 user id와 댓글 작성자의 id가 다를 때

     수정 할 권한이 없습니다.
Clone this wiki locally