> 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-post.md).

# Likes - Post

## 포스트 좋아요

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

#### Path Parameters

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

#### Headers

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

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}

## 포스트 좋아요 취소

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

#### Path Parameters

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

#### Headers

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