개인정보 수정
changeUserinfo
PATCH /user/{userId}
유저 정보 수정
Headers
Name
Type
Description
Content-Type*
String
application/json
withCredentials*
boolean
true
Request Body
Name
Type
Description
location*
String
new location
nickname*
Integer
new nickname
{
“message“: “Updated the Userinfo”,
“userInfo": {
“location": “서울특별시 마포구“
“userNickName“: “eato123",
}
}{
message : “Failed to Update UserInfo”
}Last updated