commit 7ea3f990da7035e4696c35b9ba0503644b0eff6d
parent ad03b8df358653b21081a3a5a93ab6bf5a4f168f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 3 May 2026 13:19:33 +0200
more fixes
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/design-documents/023-taler-kyc.rst b/design-documents/023-taler-kyc.rst
@@ -859,7 +859,7 @@ New endpoints
**Response:**
:http:statuscode:`200 OK`:
- The response will be an `KycAttributes` message.
+ The response will be an `KycAttributesResponse` message.
:http:statuscode:`204 No content`:
There are no matching KYC attributes.
:http:statuscode:`403 Forbidden`:
@@ -880,11 +880,11 @@ New endpoints
**Response:**
- :http:statuscode:`204 No content`:
+ :http:statuscode:`204 No Content`:
The AML decision has been executed and recorded successfully.
:http:statuscode:`403 Forbidden`:
The signature is invalid.
- :http:statuscode:`404 Not found`:
+ :http:statuscode:`404 Not Found`:
The address the decision was made upon is unknown to the exchange or
the designated AML account is not known.
:http:statuscode:`409 Conflict`: