issues
search
jocafernanro
/
wishlist-backend-app
0
stars
0
forks
source link
Implement Wishlist Renaming
#7
Open
jocafernanro
opened
1 year ago
jocafernanro
commented
1 year ago
Create an API endpoint to rename an existing wishlist
AC1. The endpoint accepts a PUT request with a wishlist's ID and a new name.
AC2. The endpoint correctly updates the wishlist's name in the database.
AC3. The endpoint returns a success message.
Create an API endpoint to rename an existing wishlist