-
Notifications
You must be signed in to change notification settings - Fork 0
API Documentation
kdng edited this page Mar 10, 2022
·
9 revisions
API Routes
This web app uses the following API routes to dynamically update the page to create a single-page-app-like feel for the user for specific features.
- A logged in user may delete movies off their own watchlist without causing a redirect or refresh
GETDELETE users/:userId/watchlist/:watchlistId`
- A logged in user may delete their own reviews without causing a redirect or refresh
DELETE users/:userId/reviews/:reviewsId