add test all notifications method

This commit is contained in:
Alex Holliday
2025-06-16 12:15:54 +08:00
parent 9bba8440ca
commit 13741d0f0a
+10
View File
@@ -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