commit 8a34087269826681b23f28ecce170cbb8b3dfde6
parent a8598e75979d1b7746d95f35b613a6b2d352ec6d
Author: Florian Dold <florian@dold.me>
Date: Fri, 1 Aug 2025 22:01:23 +0200
tokens: start_offset is relative time
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -4747,7 +4747,7 @@ Creating token families
// Offset to add to the start time rounded to ``validity_granularity``
// to compute the actual start time for a key.
// Default is zero.
- start_offset?: Integer;
+ start_offset?: RelativeTime;
// Kind of the token family.
kind: TokenFamilyKind;