From 6841f8f74c0014d02ec9106513fffd54fe666846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 21 Oct 2020 17:00:55 +0200 Subject: [PATCH] make email_alert and is_public available via services API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- cabot/rest_urls.py | 2 ++ 1 file changed, 2 insertions(+) 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', ), ))