Share
비밀번호 재설정(비밀번호 알 경우)
API
member
METHOD
POST
PATH
api/members/password-change
개발완료
담당자
Description
<비밀번호 알 경우 재설정>
•
현재 비밀번호와 새로운 비밀번호를 입력하여 수정
Request
Content-type: application/json
Shell
복사
{
"currentPassword"
:
"Password123!"
,
"newPassword"
:
"Password456!"
}
JSON
복사
Error
HTTP/1.1 4XX
”에러 메시지”