comments
게시글의 댓글 관리
댓글 작성
댓글 작성
POST
http://localhost:8080/api/posts/{post_id}/comments
게시글에 댓글을 작성합니다
Path Parameters
Name
Type
Description
postid*
Long
postid
Cookies
Name
Type
Description
Authorization*
String
Bearer el3kjsldfkjq2ijsldkfslg
Request Body
Name
Type
Description
content*
String
댓글 내용
댓글 수정
댓글 수정
PUT
http://localhost:8080/api/posts/comments/{comment_id}
게시물의 댓글을 수정합니다
Path Parameters
Name
Type
Description
postid*
Long
게시글 id
commentid*
Long
댓글 id
Cookies
Name
Type
Description
Authorization*
String
Bearer ezsldkfjwelijdflgksdf
Request Body
Name
Type
Description
content*
String
댓글 내용
댓글 삭제
댓글 삭제
DELETE
http://localhost:8080/api/posts/comments/{comment_id}
게시글의 댓글을 삭제합니다
Path Parameters
Name
Type
Description
postid*
Long
게시글 id
commentid*
Long
댓글 id
Cookies
Name
Type
Description
Authorization*
String
Bearer exlsdkfjlaeifjlkfjasdfasdf
Last updated