Skip to content

유저 정보 수정

Najeong-Kim edited this page Nov 4, 2021 · 2 revisions
Method URI
PATCH /user/profile

Request.Body

{
    "username": "테스터",
    "thumbnail": null,
    "bio": "안녕하세요"
}

Response

{
    "id": 1,
    "username": "테스터",
    "thumbnail": null,
    "bio": "안녕하세요"
}
Clone this wiki locally