Update Profile
PUT
Update Profile
Update the authenticated frontend user's profile information.
PUT
/frontend-user/profile
Request Body
JSONRequest Parameters
| Parameter | Type | Required | Validation | Description |
|---|---|---|---|---|
| name | String | Required | string, required, max:255 | The customer's name |
| String | Optional | email, nullable, unique | The customer's email address | |
| phone | String | Required | string, required, max:255, unique | The customer's phone number |
| date_of_birth | Date | Optional | date, nullable | The customer's date of birth |
| address | String | Optional | string, nullable, max:500 | The customer's address |
Response
200 OKStatus Code
HTTP status code (200)
Message
Success confirmation message
Data
Response data payload