# Reset password Change the password to the value provided if the reset code matches that sent to the account's email address. Endpoint: PATCH /resets/{reset} Version: 3.0.0 Security: SessionKey ## Path parameters: - `reset` (number, required) Unique identifier of the reset request. ## Request fields (application/json): - `password` (string, required) The value the password should be reset to. - `code` (number, required) The reset code sent to the account email address. ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.