mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-11-25 10:53:23 +00:00
Security update - Adding API token secure check for API endpoint /api/v1/watch/<uuid>/history @rozpuszczalny
This commit is contained in:
@@ -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/<string:uuid>/history
|
||||
@auth.check_token
|
||||
def get(self, uuid):
|
||||
"""
|
||||
@api {get} /api/v1/watch/<string:uuid>/history Get a list of all historical snapshots available for a watch
|
||||
|
||||
Reference in New Issue
Block a user