diff --git a/client/src/Utils/NetworkService.js b/client/src/Utils/NetworkService.js index 3059462f9..eee795268 100644 --- a/client/src/Utils/NetworkService.js +++ b/client/src/Utils/NetworkService.js @@ -678,6 +678,16 @@ class NetworkService { }); } + async testAllNotifications(config) { + const { monitorId } = config; + return this.axiosInstance.post("/notifications/test/all", { + monitorId, + headers: { + "Content-Type": "application/json", + }, + }); + } + /** * ************************************ * Creates a maintenance window