diff --git a/cabot/rest_urls.py b/cabot/rest_urls.py index 35c0a9a68..241dacf33 100644 --- a/cabot/rest_urls.py +++ b/cabot/rest_urls.py @@ -53,6 +53,8 @@ class ViewSet(viewset_class): 'url', 'instances', 'overall_status', + 'email_alert', + 'is_public', ), ))