commit 2a3e81197d1de3e8843327605b6faeed12b04f37
parent 8fb2ca4050e743b8afa4a4a5b8d81d9e4a07a656
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Jun 2024 11:20:56 +0200
add missing properties argument
Diffstat:
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1782,6 +1782,10 @@ and freeze or unfreeze accounts suspected of money laundering.
// New since protocol **v20**.
new_rules: LegitimizationRuleSet;
+ // What are the new account properties?
+ // New since protocol **v20**.
+ properties: AccountProperties;
+
// True if the account should remain under investigation by AML staff.
// New since protocol **v20**.
keep_investigating: boolean;
diff --git a/design-documents/023-taler-kyc.rst b/design-documents/023-taler-kyc.rst
@@ -792,7 +792,7 @@ New endpoints
**Response:**
:http:statuscode:`200 OK`:
- The responds will be an `EventCounter` message.
+ The response will be an `EventCounter` message.
.. http:get:: /aml/$OFFICER_PUB/decisions
@@ -828,7 +828,7 @@ New endpoints
**Response:**
:http:statuscode:`200 OK`:
- The responds will be an `AmlDecisions` message.
+ The response will be an `AmlDecisionsResponse` message.
:http:statuscode:`204 No content`:
There are no matching AML records.
:http:statuscode:`403 Forbidden`:
@@ -863,7 +863,7 @@ New endpoints
**Response:**
:http:statuscode:`200 OK`:
- The responds will be an `KycAttributes` message.
+ The response will be an `KycAttributes` message.
:http:statuscode:`204 No content`:
There are no matching KYC attributes.
:http:statuscode:`403 Forbidden`:
@@ -880,7 +880,7 @@ New endpoints
**Request:**
- The request body must be an `AmlDecision` message.
+ The request body must be an `AmlDecisionRequest` message.
**Response:**