From c0c0041c66f567ef6081f90dde020eee2063e810 Mon Sep 17 00:00:00 2001 From: pburrows-ns1 Date: Tue, 22 Aug 2023 09:57:30 +0100 Subject: [PATCH] pass through notify repeat field when creating monitoring job --- ns1/rest/monitoring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ns1/rest/monitoring.py b/ns1/rest/monitoring.py index c1ebfd9..711f832 100644 --- a/ns1/rest/monitoring.py +++ b/ns1/rest/monitoring.py @@ -22,7 +22,7 @@ class Monitors(resource.BaseResource): "notify_list", ] INT_FIELDS = ["frequency"] - BOOL_FIELDS = ["active", "rapid_recheck", "notify_regional"] + BOOL_FIELDS = ["active", "rapid_recheck", "notify_regional", "notify_repeat"] def list(self, callback=None, errback=None): return self._make_request(