Delete Watchlist Item with API #1541
-
I have found https://github.com/fallenbagel/jellyseerr/blob/develop/jellyseerr-api.yml and have read the watchlist for a local user. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's documented here: https://github.com/fallenbagel/jellyseerr/blob/develop/jellyseerr-api.yml#L4341-L4357 Usually the easiest way of figuring out how something works is to try it on the web ui and inspect what is sent in the network tabs of your browser, since the web ui uses this API. |
Beta Was this translation helpful? Give feedback.
For user you use cookies auth. Apikey is a super key. It's literally there in the api docs (the swagger you access http://localhost:5055/api-docs at the top of the docs.