> For the complete documentation index, see [llms.txt](https://organization-kee.gitbook.io/tenthread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://organization-kee.gitbook.io/tenthread/likes-comment.md).

# Likes - Comment

## 코멘트 좋아요

<mark style="color:green;">`POST`</mark> `http://localhost:8080/comment/{comment_id}/likes`

#### Path Parameters

| Name                                          | Type | Description |
| --------------------------------------------- | ---- | ----------- |
| comment\_id<mark style="color:red;">\*</mark> | Long |             |

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| jwt<mark style="color:red;">\*</mark> | Bearer |             |

## 코멘트 좋아요 취소

<mark style="color:red;">`DELETE`</mark> `http://localhost:8080/comment/{comment_id}/likes`

#### Path Parameters

| Name                                          | Type | Description |
| --------------------------------------------- | ---- | ----------- |
| comment\_id<mark style="color:red;">\*</mark> | Long |             |

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| jwt<mark style="color:red;">\*</mark> | Bearer |             |
