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] Create Gift : Remove inapropriate properties #68

Closed pchatard closed 2 years ago

pchatard commented 2 years ago

Endpoint : /lists/listId/gifts Method : POST

The CreateGiftDTO contains the following mandatory properties :

They both seems irrelevant or repetitive to me now. listId can be found in the query params and isBooked can be set to false by default now.

Could you do something about that please?

ndureiss commented 2 years ago

@pchatard the ball is in your court!

pchatard commented 2 years ago

Swagger verification ✅ I will perform some tests when implementing before closing the issue.

pchatard commented 2 years ago

Tested with success.