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
|
# Get a list of available history for a watch by UUID
|
||||||
# curl http://localhost:5000/api/v1/watch/<string:uuid>/history
|
# curl http://localhost:5000/api/v1/watch/<string:uuid>/history
|
||||||
|
@auth.check_token
|
||||||
def get(self, uuid):
|
def get(self, uuid):
|
||||||
"""
|
"""
|
||||||
@api {get} /api/v1/watch/<string:uuid>/history Get a list of all historical snapshots available for a watch
|
@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