Change current user password
PUT
/v2/user/change_passwordLast modified: 3 days ago
Change current user password
Request
Query Params
current_password
string
required
Current password
password
string
required
New password
password_confirmation
string
required
New password confirmation
Request samples
Responses
OK(200)
Unauthorized(401)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
change password response
Data Schema
object {0}
Example
{}
Last modified: 3 days ago