From 0179ba6aa5ff76014ce56779ac466462e919d5d9 Mon Sep 17 00:00:00 2001 From: FC Stegerman Date: Mon, 21 Aug 2023 19:47:01 +0200 Subject: [PATCH] support new showCertificateExpiry in status page JSON --- uptime_kuma_api/api.py | 1 + 1 file changed, 1 insertion(+) 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