Skip to main content

Modify personal account password

Basic Information

Modify personal account password

请求路径
PUT /openapi/v1/changepwd
Body请求参数
{
"password": "stringst",
"password1": "stringst"
}

request parameters

nameLocationtyperequiredillustrate
bodybodyChangePassWdnonone

back to example

return result

status codeStatus code meaningillustratedata model
200OKsuccessChangePassWd

Model

ChangePassWd

{
"password": "stringst",
"password1": "stringst"
}

Attributes

nametyperequiredconstraintChinese nameillustrate
passwordstringtruenonePasswordnew password
password1stringtruenonePassword1Confirm the new password again