fix(cloudns_monitor): correct delete notification endpoint
This commit is contained in:
parent
d5a6ef3461
commit
3a09fb1351
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ def run_module():
|
|||
r.raise_for_status()
|
||||
|
||||
for email in notifications_to_remove:
|
||||
url = "https://api.cloudns.net/monitoring/delete-notifications.json"
|
||||
url = "https://api.cloudns.net/monitoring/delete-notification.json"
|
||||
params = {
|
||||
'auth-id': module.params['auth_id'],
|
||||
'auth-password': module.params['auth_password'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue