diff --git a/uptime_kuma_api/api.py b/uptime_kuma_api/api.py index 2fbd8dc..75f7e13 100644 --- a/uptime_kuma_api/api.py +++ b/uptime_kuma_api/api.py @@ -416,6 +416,7 @@ class UptimeKumaApi(object): Now you can call one of the existing methods of the instance. For example create a new monitor: + >>> from uptime_kuma_api import MonitorType >>> api.add_monitor( ... type=MonitorType.HTTP, ... name="Google",