Skip to content

마이페이지 수정

sovovy edited this page Sep 22, 2019 · 1 revision

마이페이지 수정

Method URL Description
PUT /user/mypage 마이페이지 수정

요청 헤더

Content-Type : multipart/form-data

Authorization : [token값]

요청 바디

name : 바꿀 닉네임

img : 바꿀 프로필 사진

응답 성공

// status : 201
{
    "message": "Success",
    "data": {}
}
Clone this wiki locally