diff --git a/uptime_kuma_api/api.py b/uptime_kuma_api/api.py index 6070e93..5eece3d 100644 --- a/uptime_kuma_api/api.py +++ b/uptime_kuma_api/api.py @@ -926,6 +926,7 @@ class UptimeKumaApi(object): customCSS: str = "", footerText: str = None, showPoweredBy: bool = True, + showCertificateExpiry: bool = False, icon: str = "/icon.svg", publicGroupList: list = None