Reset Password
PATCH/users/reset-password
Reset your password using the password reset code.
Request Body
A JSON PasswordReset
Field | Type | Description |
---|---|---|
code | Number | The password reset code the user got emailed. |
String | The user’s email. | |
password | String | The user’s new password. |
Response
204Empty response.
Example
curl \
-X PATCH \
--json '{"code":234567,"email":"[email protected]","password":"wow such security"}' \
https://api.eludris.gay/users/reset-password