-
Notifications
You must be signed in to change notification settings - Fork 6
mypage edit
Kim Hyunjo edited this page Nov 24, 2020
·
6 revisions
mypage/user_id/edit
-user_id를 parameter로 받아 GET,POST,PUT 허용
{
"group": "g1",
"name": "홍길동",
"grader": "gr1",
"states": "s1",
"birthday": "19990342",
"telephone": "010839849353",
"email": "[email protected]",
"address": "경기도 성남시",
"self_image": "dd",
"user_id": 1,
"education": {
"school": "멍멍대학교",
"major": "예돌예돌학과"
}
}
moZip