Skip to content

프로필수정

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": "회원정보 수정 완료"
}