Skip to content

password change

김은우 edited this page Mar 15, 2020 · 1 revision

비밀번호 변경

Content-type : application/json

POST /api/user/passwordchange

Request

header

{
	"Cookie":"쿠키 값",
}

body

{
	"newpassword":"asdf",
}

Response

Success : 200

{
     "message": "비밀번호가 변경되었습니다."
}

Fail : 403

     "message": "비밀번호 변경에 실패하였습니다."
Clone this wiki locally