User - Change Password
Endpoint per il cambio della password. Il sistema non effettua verifiche sul grado di sicurezza della password, che viene lasciato al buon senso dell'utente.
user/change_password
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "OK",
"data": []
}// UNCORRECT OLD PASSWORD
{
"error": {
"code": "5_topi_invalidi",
"details": "Wrong password."
}
}
// MISSING PARAMETER
{
"error": {
"code": "3_asini_tristi",
"details": [
"This parameter is missing: ",
"old"
]
}
}Last updated
Was this helpful?