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] Edit Gift : Swagger error #65

Closed pchatard closed 2 years ago

pchatard commented 2 years ago

Endpoint : /lists/listId/gifts/giftId Method : PUT

PartialGiftDTO should not include listId. Currently throws a 422 which is fine but the documentation is not right on this point.

ndureiss commented 2 years ago

Fixed by #72 . @pchatard for validation.

pchatard commented 2 years ago

Swagger nicely updated, closing!