cardcomments

카드 댓글관리

  1. 카드 댓글 생성

댓글 생성

POST https://www.elephantcodingclub.site/api/cards/{card_id}/comments

Path Parameters

Name
Type
Description

card_id*

Long

카드 id

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

Request Body

Name
Type
Description

content*

String

댓글 내용

  1. 카드 댓글 수정

댓글 수정

PUT https://www.elephantcodingclub.site/api/cards/comments/{comment_id}

Path Parameters

Name
Type
Description

comment_id*

Long

댓글 id

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

Request Body

Name
Type
Description

content

String

댓글 내용

  1. 카드 댓글 삭제

댓글 삭제

DELETE https://www.elephantcodingclub.site/api/cards/comments/{comment_id}

Path Parameters

Name
Type
Description

comment_id*

Long

댓글 id

Cookies

Name
Type
Description

AccessToken*

String

JWT

RefreshToken*

String

JWT

Last updated