Last updated 10 months ago
Was this helpful?
Set a new password for the current user.
The current password as an extra precaution.
The new password to set.
POST /me/password HTTP/1.1 Host: Authorization: Bearer jwt Content-Type: application/json Accept: */* Content-Length: 55 { "currentPassword": "password", "newPassword": "password" }
OK
No content