commit 13adc9aa42cf23fa21ed493562fb82d86e28b1b4
parent 85b928979abf6f074cd65e6c1c586df03a0be032
Author: Florian Dold <florian@dold.me>
Date: Fri, 9 Aug 2024 00:01:14 +0200
fix endpoint name
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -4588,7 +4588,7 @@ regulatory compliance.
.. http:post:: /kyc-wallet
- The ``/wallet-kyc`` POST endpoint allows a wallet to notify an exchange if
+ The ``/kyc-wallet`` POST endpoint allows a wallet to notify an exchange if
it will cross a balance threshold. Here, the ``balance`` specified should be
the threshold (from the ``wallet_balance_limit_without_kyc`` array) that the
wallet would cross, and *not* the *exact* balance of the wallet. The exchange
diff --git a/design-documents/023-taler-kyc.rst b/design-documents/023-taler-kyc.rst
@@ -705,7 +705,7 @@ New endpoints
.. http:post:: /kyc-wallet
- The ``/wallet-kyc`` POST endpoint allows a wallet to notify an exchange if
+ The ``/kyc-wallet`` POST endpoint allows a wallet to notify an exchange if
it will cross a balance threshold. Here, the ``balance`` specified should be
the threshold (from the ``wallet_balance_limit_without_kyc`` array) that the
wallet would cross, and *not* the *exact* balance of the wallet. The exchange