-
Notifications
You must be signed in to change notification settings - Fork 1
프로필수정
Bohyeon Kim edited this page Mar 30, 2022
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | auth/ChangeProfile | 프로필 수정 |
Content-Type: application/json
{
"Name":"김보현"
"Phone":"01063145024"
"Email":"[email protected]"
"Location":"서울"
"IotNum":"1234"
"UserId":"3"
}
{
"status": 200,
"success": true,
"message": "회원정보 수정 완료"
}