Modify personal account password

Basic Information

Modify personal account password

请求路径

  1. PUT /openapi/v1/changepwd

Body请求参数

  1. {
  2. "password": "stringst",
  3. "password1": "stringst"
  4. }

request parameters

nameLocationtyperequiredillustrate
bodybodyChangePassWdnonone

back to example

return result

status codeStatus code meaningillustratedata model
200OKsuccessChangePassWd

Model

ChangePassWd

  1. {
  2. "password": "stringst",
  3. "password1": "stringst"
  4. }

Attributes

nametyperequiredconstraintChinese nameillustrate
passwordstringtruenonePasswordnew password
password1stringtruenonePassword1Confirm the new password again