From 0c34068ddc3e9a5acefc95c7f560da118bcaa920 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 10 Nov 2025 09:45:54 +0100 Subject: [PATCH] document 'keep' better See #252 --- gateway/gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/gateway.py b/gateway/gateway.py index 76cf0852..be3fb100 100644 --- a/gateway/gateway.py +++ b/gateway/gateway.py @@ -21,7 +21,7 @@ class RefDetails(TypedDict): Attributes: expires_at: After this date the reference will be removed - keep: Optional flag to retain the reference regardless of expiry + keep: Optional flag to retain the reference, regardless of expiry, and not start the clock on expiry when new tags appear """ expires_at: date