Pular para o conteúdo

Change Password

PUT
/api/v1/profile/password

Change user password.

Requires current password for verification. New password must meet security requirements.

PasswordChangeRequest

Schema for changing user password.

object
current_password
required
Current Password
string
new_password
required
New Password
string

Successful Response

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string