회원 정보 수정
PATCH /api/member/{member-id}
oauth login user password 수정 불가Status Code
200: 유저 정보 수정
404: 존재하지 않음
500: 서버 에러Request Header
{
"Authorization" : String
}Request Body
{
"memberId" : long,
"password" : String,
"nickname" : String,
"phone" : String,
"introduction" : String,
"link" : String,
"profileImageUrl" : String
}Response Body
Last updated