-
Notifications
You must be signed in to change notification settings - Fork 0
[PUT] 유저 비밀번호 변경
herimhong edited this page Jan 7, 2021
·
7 revisions
METHOD | PATH |
---|---|
PUT | /user/password |
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MzEsImlhdCI6MTYxMDAxNzMwMiwiZXhwIjoxNjEwODgxMzAyLCJpc3MiOiJzb3VuZFBpY2tlciJ9.TIpgrP2-_a-ZMroP7s-7-v3hngiiZ3RnO7z-tTLNhC0
{
"password": "123456"
}
{
"status": 200,
"success": true,
"message": "비밀번호 변경 성공 "
}