summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2023-12-19 17:55:15 +0100
committerChristian Blättler <blatc2@bfh.ch>2023-12-19 17:55:15 +0100
commit5f82d484feaa6b41371226cb3239a68a14caa8a3 (patch)
tree7f0a13eff8d1a61ca04c4a3c842f1d3adeb85e1d
parentb95e8b15f04f60c85faa723d270bba0d9d165a53 (diff)
downloaddocs-5f82d484feaa6b41371226cb3239a68a14caa8a3.tar.gz
docs-5f82d484feaa6b41371226cb3239a68a14caa8a3.tar.bz2
docs-5f82d484feaa6b41371226cb3239a68a14caa8a3.zip
add kind to token family
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index bee59155..b984819a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3830,6 +3830,9 @@ Inspecting token families
// End time of the token family's validity period.
valid_before: Timestamp;
+
+ // Kind of the token family.
+ kind: TokenFamilyKind;
}