Security update - Adding API token secure check for API endpoint /api/v1/watch/<uuid>/history @rozpuszczalny

This commit is contained in:
dgtlmoon
2024-01-18 22:29:44 +01:00
parent 9510345e01
commit 402f1e47e7

View File

@@ -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