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