> 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/comment.md).

# Comment

## 코멘트 작성

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

#### Headers

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

#### Request Body

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

{% tabs %}
{% tab title="201: Created " %}

{% endtab %}
{% endtabs %}

## 코멘트 수정

<mark style="color:orange;">`PUT`</mark> `http://localhost:8080/comment/{comment_id}`

#### Headers

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

#### Request Body

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

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

{% endtab %}
{% endtabs %}

## 코멘트 삭제

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

#### Headers

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

#### Request Body

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

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

{% endtab %}
{% endtabs %}
