summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-03 17:34:48 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-03 17:34:48 +0200
commit468bf7ad90c49517ddea5b113f4a6c6e7e71f158 (patch)
treeec1b67cbdaade0ea4ba5edf9732c76e70589ab33 /core/api-bank-access.rst
parent8df41796f811da622416055e92b6ad5552cfb835 (diff)
downloaddocs-468bf7ad90c49517ddea5b113f4a6c6e7e71f158.tar.gz
docs-468bf7ad90c49517ddea5b113f4a6c6e7e71f158.tar.bz2
docs-468bf7ad90c49517ddea5b113f4a6c6e7e71f158.zip
fix API spec for #7300
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 06ee980a..25dd6cae 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -82,10 +82,10 @@ name and account password, at least in the GNU Taler demo bank implementation.
balance: Balance;
// payto://-URI of the account. (New)
- paytoUri: string;
+ payto_uri: string;
// Number indicating the max debit allowed for the requesting user.
- debitThreshold: string;
+ debit_threshold: string;
}
@@ -253,7 +253,7 @@ Transactions
// Transaction amount (in the $currency:x.y format), optional.
// However, when not given, its value must occupy the 'amount'
// query string parameter of the 'payto' field. In case it
- // is given in both places, the paytoUri's takes the precedence.
+ // is given in both places, the payto_uri's takes the precedence.
amount: string;
}