Skip to main content

Update Password

User can update their password.

Note - baseUrl - https://api.timbu.com/v2

Request

Patch /users/password/update
:heavy_exclamation_mark:

Required Fields

Password string Required
:heavy_exclamation_mark:

|

Password confirmation string Required

Request body

{
"password": "string",
"password_confirmation": "string"
}

Response

Password reset success.