Skip to content

Commit

Permalink
Merge pull request #114 from ns1/passthru-notify-repeat-for-monitorin…
Browse files Browse the repository at this point in the history
…g-jobs

Pass through notify_repeat field when creating monitoring job
  • Loading branch information
pburrows-ns1 authored Aug 22, 2023
2 parents 31b6b4f + c0c0041 commit eb943b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns1/rest/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit eb943b2

Please sign in to comment.