Open AcumenIT-Tim opened 2 weeks ago
Same behavior here, not sure if is a problem with the API or with Uptime Kuma. Anyways, I upgraded to kuma 2.0 beta and the "add_monitor" method doesn't work anymore
EDIT: The "Default Enabled" option only works in the dashboard, to add notifications with API you have to specified the "notificationIDList" as kwargs field in add_monitor method.
To get the notifications ids you can use the get_notifications() method
Notifications with "Default Enabled" selected in their config are added to monitors created with add_monitor(), but they are disabled by default. Monitors created with the GUI have them enabled by default.