-
Notifications
You must be signed in to change notification settings - Fork 0
댓글 수정하기
jongchan lee edited this page Jul 8, 2019
·
1 revision
이종찬
Method | URL | Description |
---|---|---|
PUT | /goods/review/comment | 댓글 수정하기 |
-
요청 헤더
Content-Type : application/json authorization
-
요청 바디
{ reviewIdx : "리뷰 아이디", commentIdx : "댓글 idx", contents : "댓글 내용" }
-
응답 성공
// 200 { "message": "Success", "data": [] }
-
응답 실패
// status : 401 jwt 안넣어주었을때 { "message": "jwt must be provided" }
// status : 401 { "message": "jwt expired" }
// status : 401 글작성자가 아닐 경우 { "message": "Access Denied" }