issues
search
jocafernanro
/
wishlist-backend-app
0
stars
0
forks
source link
Implement Profile Update
#15
Open
jocafernanro
opened
1 year ago
jocafernanro
commented
1 year ago
Create an API endpoint to update the profile detail of a user.
AC1. The endpoint accepts a PUT request with the user's ID and new profile details.
AC2. The endpoint correctly updates the user's profile detail in the database.
AC3. The endpoint returns a success message upon successful update.
AC4. If the user with the provided ID does not exist, the endpoint returns an appropriate error message.
AC5. The endpoint properly handles any exceptions and returns appropriate error messages
Create an API endpoint to update the profile detail of a user.