summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-04 21:34:53 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-04 21:35:28 +0100
commit8d86e9d8efeb232559b02ad46395b169b612a249 (patch)
tree26b968ed2d2e0d28304f48fa254447be7d01c9c2 /core
parent13c9cb04a7dd98cf88262c3358d1c430cbd9849c (diff)
downloaddocs-8d86e9d8efeb232559b02ad46395b169b612a249.tar.gz
docs-8d86e9d8efeb232559b02ad46395b169b612a249.tar.bz2
docs-8d86e9d8efeb232559b02ad46395b169b612a249.zip
-update spec
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 77925cbc..c9697864 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1182,7 +1182,7 @@ Management operations authorized by master key
**Details:**
.. ts:def:: ExchangePartner
-
+
interface ExchangePartner {
// Base URL of the partner exchange
@@ -1265,7 +1265,7 @@ and freeze or unfreeze accounts suspected of money laundering.
// Monthly transaction threshold before a review will be triggered
threshold: Amount;
- // Row ID of the decision
+ // RowID of the record.
rowid: Integer;
}