pchatard / giftlist

A Nuxt and Express web application to create and share wishlists with your loved ones.
https://giftlist-blue.vercel.app/
1 stars 0 forks source link

[API] Book / Unbook gift : Owner should be Unauthorized #66

Closed pchatard closed 2 years ago

pchatard commented 2 years ago

Endpoints : /lists/listId/gifts/giftId/book and /lists/listId/gifts/giftId/unbook Method : PUT

IMO, the owners should not be able to update the status of one of their gifts.

pchatard commented 2 years ago

Resolved by #63. I'm closing this one.