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

# Profile

## 프로필 조회

<mark style="color:blue;">`GET`</mark> `http://localhost:8080/profile`

#### Headers

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

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

{% endtab %}
{% endtabs %}

## 프로필 수정

<mark style="color:orange;">`PUT`</mark> `http://localhost:8080/profile`

#### Headers

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

#### Request Body

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

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

{% endtab %}
{% endtabs %}
