Update Password
POST
Update Password
Update the authenticated user's password.
POST
/dashboard/profile/password
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| current_password | String | Required | string, min:2 | The current password |
| password | String | Required | string, min:2, confirmed | The password |
| password_confirmation | String | Required | string, min:2 | The password confirmation |
Response
200 OKStatus Code
HTTP status code (200)
Message
Authenticate user password successfully updated
Data
Authenticated user profile