API endpoints in Tautulli exist in one of two places:
- A non-private method directly in
api2.py
- Added to the API via the
addtoapi
decorator, to cut down on code-reuse- Usually any code labeled with the decorator would exist in
webserve.py
- Usually any code labeled with the decorator would exist in