Skip to content

Change Password

POST
/api/auth/password/change

Change password for current user

Authorizations

Request Body required

Password change request (for authenticated users)

object
current_password
required
string
new_password
required
string
>= 8 characters <= 128 characters

Responses

200

Successful Response

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string