cardcomments
카드 댓글관리
Last updated
카드 댓글관리
Last updated
카드 댓글 생성
POST
https://www.elephantcodingclub.site/api/cards/{card_id}/comments
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
카드 댓글 수정
PUT
https://www.elephantcodingclub.site/api/cards/comments/{comment_id}
카드 댓글 삭제
DELETE
https://www.elephantcodingclub.site/api/cards/comments/{comment_id}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
card_id*
Long
카드 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
content*
String
댓글 내용
comment_id*
Long
댓글 id
AccessToken*
String
JWT
RefreshToken*
String
JWT
content
String
댓글 내용
comment_id*
Long
댓글 id
AccessToken*
String
JWT
RefreshToken*
String
JWT