[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 05/05: fix 413 warning
From: |
gnunet |
Subject: |
[taler-docs] 05/05: fix 413 warning |
Date: |
Wed, 08 May 2024 10:00:21 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
commit 15fc6e344658e30cb2143cb29b9c4f87078acab0
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed May 8 09:46:43 2024 +0200
fix 413 warning
---
design-documents/023-taler-kyc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/design-documents/023-taler-kyc.rst
b/design-documents/023-taler-kyc.rst
index 9caac24c..94874914 100644
--- a/design-documents/023-taler-kyc.rst
+++ b/design-documents/023-taler-kyc.rst
@@ -752,7 +752,7 @@ New endpoints
The ``$ID`` is unknown to the exchange.
:http:statuscode:`409 Conflict`:
The upload conflicts with a previous upload.
- :http:statuscode:`413 Content Too Large`:
+ :http:statuscode:`413 Request Entity Too Large`:
The body is too large.
.. http:post:: /kyc-start/$ID
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated (669d3b61 -> 15fc6e34), gnunet, 2024/05/08
- [taler-docs] 03/05: move to current checklist, gnunet, 2024/05/08
- [taler-docs] 04/05: remove language-specific guidelines section, gnunet, 2024/05/08
- [taler-docs] 01/05: fix warnings, improve structure, gnunet, 2024/05/08
- [taler-docs] 02/05: py guidelines are orphaned, gnunet, 2024/05/08
- [taler-docs] 05/05: fix 413 warning,
gnunet <=