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

pull/2119/head
dgtlmoon 2024-01-18 22:29:44 +01:00
rodzic 9510345e01
commit 402f1e47e7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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