comments
게시글의 댓글 관리
댓글 작성
댓글 작성
POST
https://www.elephantcodingclub.site/api/posts/{post_id}/comments
게시글에 댓글을 작성합니다
Path Parameters
Name
Type
Description
postid*
Long
postid
Cookies
Name
Type
Description
AccessToken*
String
JWT토큰 값
RefreshToken*
String
JWT토큰 값
Request Body
Name
Type
Description
content*
String
댓글 내용
댓글 수정
댓글 수정
PUT
https://www.elephantcodingclub.site/api/posts/comments/{comment_id}
게시물의 댓글을 수정합니다
Path Parameters
Name
Type
Description
postid*
Long
게시글 id
commentid*
Long
댓글 id
Cookies
Name
Type
Description
AccessToken*
String
JWT토큰 값
RefreshToken*
String
JWT토큰 값
Request Body
Name
Type
Description
content*
String
댓글 내용
댓글 삭제
댓글 삭제
DELETE
https://www.elephantcodingclub.site/api/posts/comments/{comment_id}
게시글의 댓글을 삭제합니다
Path Parameters
Name
Type
Description
postid*
Long
게시글 id
commentid*
Long
댓글 id
Cookies
Name
Type
Description
AccessToken*
String
JWT 토큰값
RefreshToken*
String
JWT 토큰값
Last updated