jocafernanro / wishlist-backend-app

0 stars 0 forks source link

Implement Wishlist Privacy change #8

Open jocafernanro opened 1 year ago

jocafernanro commented 1 year ago

Create an API endpoint to change the current wishlist privacy mode

AC1. The endpoint accepts a PUT request with a wishlist's ID and the new privacy option AC2. The endpoint correctly updates the wishlist's privacy in the database. AC3. The endpoint returns a success message.