Search
Duplicate

Comment API

Search
기능명
메소드
URL
Request
Response
NONE
댓글쓰기
POST
/api/posts/{postId}/comments
{“commentText” : “commentText}
댓글 등록확인 여부
댓글수정
PATCH
/api/posts/{postId}/comments/{commentId}
{“commentText” : “commentText}
댓글 수정확인 여부
댓글삭제
DELETE
/api/posts/{postId}/comments/{commentId}
댓글 삭제확인 여부
댓글죠아요
PATCH
/api/post/{postId}/comments/{commentId}/like