We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb051d6 + 0c34068 commit fc9bbe9Copy full SHA for fc9bbe9
gateway/gateway.py
@@ -21,7 +21,7 @@ class RefDetails(TypedDict):
21
22
Attributes:
23
expires_at: After this date the reference will be removed
24
- 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
25
"""
26
27
expires_at: date
0 commit comments