summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-sync.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/api-sync.rst b/core/api-sync.rst
index e3388cb7..759a4c3f 100644
--- a/core/api-sync.rst
+++ b/core/api-sync.rst
@@ -1,6 +1,6 @@
..
This file is part of GNU TALER.
- Copyright (C) 2018, 2019 Taler Systems SA
+ Copyright (C) 2018-2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -127,6 +127,9 @@ Receiving Terms of Service
// Fee for an account, per year.
annual_fee: Amount;
+ // Maximum liability of the provider in case of data loss.
+ liability_limit: Amount;
+
// libtool-style representation of the Sync protocol version, see
// https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning
// The format is "current:revision:age".