diff --git a/changedetectionio/api/api_v1.py b/changedetectionio/api/api_v1.py index 190bd449..92b4728c 100644 --- a/changedetectionio/api/api_v1.py +++ b/changedetectionio/api/api_v1.py @@ -133,6 +133,7 @@ class WatchHistory(Resource): # Get a list of available history for a watch by UUID # curl http://localhost:5000/api/v1/watch//history + @auth.check_token def get(self, uuid): """ @api {get} /api/v1/watch//history Get a list of all historical snapshots available for a watch