Skip to content

[GET] 댓글 전체 조회

DongGeon0908 edited this page Nov 13, 2021 · 1 revision

URL

METHOD URL ...
PUT /club/{clubId}/board/{boardId}/post/{postId}/comment 댓글 전체 조회

Request Header

{
    "Content-Type": "application/json",
    "Authorization": "Bearer "${token}"
}

Response Success

{
  "status": 200,
  "message": "READ_ALL_COMMENT_SUCCESS",
  "data": []
}