diff --git a/app/api/handlers/v1.py b/app/api/handlers/v1.py index 8099626..f401719 100644 --- a/app/api/handlers/v1.py +++ b/app/api/handlers/v1.py @@ -225,7 +225,7 @@ class OpTimerHandler(BaseHandler): class BlacklistHandler(BaseHandler): model = Blacklist allowed_methods = ('GET') - fields = ('type', 'value', 'source', ('name', 'ticker'), 'created_date', 'expiry_date', 'reason') + fields = ('type', 'value', 'level', 'source', ('name', 'ticker'), 'created_date', 'expiry_date', 'reason') def read(self, request): if request.GET.get('value'):