v1
latestSwagger 2.02026-07-13301635.0 KBauth
changes a user's password
post/auth/changePassword
Request body
Example request
{
"uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
"old_password": "myoldpassword1234!",
"new_password": "myn3wp455w0rd!"
}Response
successful password change
Example response
{
"status": "OK"
}