mgroves / realworld-aspnet-couchbase

Conduit implementation: ASP.NET Core + Couchbase
https://realworld.io
MIT License
12 stars 4 forks source link

Endpoint: Unfavorite Article #23

Open mgroves opened 1 year ago

mgroves commented 1 year ago

DELETE /api/articles/:slug/favorite

Authentication required, returns the Article

No additional parameters required

mgroves commented 1 year ago

Feature is done, but there is a potential bug with txn library: https://issues.couchbase.com/browse/TXNN-134

This also affects Favoriting, not just Unfavoriting