🗣️댓글 API
댓글 불러오기
GET
https://dminside.kro.kr/api/v1/board/comments
Query Parameters
Name
Type
Description
page
integer
per-page
integer
username
string
post-id
integer
댓글 작성
POST
https://dminside.kro.kr/api/v1/board/comments
Query Parameters
Name
Type
Description
post-id
integer
Headers
Name
Type
Description
Authorization
string
access token
Request Body
Name
Type
Description
is_anonymous
boolean
upper_comment_id
integer
id of upper_comment
content
string
Min: 1
댓글 수정
PATCH
https://dminside.kro.kr/api/v1/board/comments/{comment-id}
Path Parameters
Name
Type
Description
comment-id
integer
Headers
Name
Type
Description
Authorization
string
access_token
Request Body
Name
Type
Description
upper_comment_id
integer
content
string
댓글 삭제
DELETE
https://dminside.kro.kr/api/v1/board/comments/{comment-id}
Path Parameters
Name
Type
Description
comment-id
integer
Headers
Name
Type
Description
Authorization
string
access_token
Last updated
Was this helpful?