v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBrest_auth
v1
Calls Django Auth SetPasswordForm save method.
Accepts the following POST parameters: new_password1, new_password2 Returns the success/fail message.
post/rest-auth/password/change/
Request body
Example request
{
"old_password": "old_password",
"new_password": "new_password"
}Response
Example response
{
"detail": "detail"
}