Closed lhoogenraad closed 4 weeks ago
We is wanting a route at PUT /api/read-list/book/{bookId} With a request body containing status
PUT /api/read-list/book/{bookId}
status
This route will set the read status of the book of the requester's read list to the given status. It should handle situations where
We is wanting a route at
PUT /api/read-list/book/{bookId}
With a request body containingstatus
This route will set the read status of the book of the requester's read list to the given status. It should handle situations where