Comment API

댓글 쓰기

POST /comments

Headers

Name
Type
Description

Authorization*

String

Bearer + token

Request Body

Name
Type
Description

comment*

String

댓글

post_id*

long

게시글 no

댓글 수정

PUT /comments/{comment_id}

Path Parameters

Name
Type
Description

comment_id*

Long

RequestParam

Headers

Name
Type
Description

Authorization*

String

Bearer + token

Request Body

Name
Type
Description

comment*

String

수정된 댓글

댓글 삭제

DELETE /comments/{comment_id}

Path Parameters

Name
Type
Description

comment_id*

Long

RequestParam

Headers

Name
Type
Description

Authorization*

String

Bearer + token

Last updated