issues
search
jocafernanro
/
wishlist-backend-app
0
stars
0
forks
source link
Implement Product Update
#13
Open
jocafernanro
opened
1 year ago
jocafernanro
commented
1 year ago
Create an API endpoint to update an existing product's details
AC1. The endpoint accepts a PUT request with a product's ID and new details.
AC2. The endpoint correctly updates the product's details in the database.
AC3. The endpoint returns a success message.
AC4. The endpoint returns an error if the given product's ID doesn't exist.
Create an API endpoint to update an existing product's details