mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 16:39:07 -05:00
add test all notifications method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user