You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fl...@apache.org on 2017/10/23 08:51:21 UTC

[couchdb-documentation] 01/01: Document that a 413 status may be returned.

This is an automated email from the ASF dual-hosted git repository.

flimzy pushed a commit to branch status413
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit d52032ec299fd20a14b2b2351265c2cdf948c5cb
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Mon Oct 23 10:50:57 2017 +0200

    Document that a 413 status may be returned.
---
 src/api/basics.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/api/basics.rst b/src/api/basics.rst
index 87fd083..262eee8 100644
--- a/src/api/basics.rst
+++ b/src/api/basics.rst
@@ -568,6 +568,10 @@ specific request types are provided in the corresponding API call reference.
   The request headers from the client and the capabilities of the server do not
   match.
 
+- ``413 - Request Entity Too Large``
+
+  The request size exceeds the configured ``[couchdb] max_document_size`` value.
+
 - ``415 - Bad Content Type``
 
   The content types supported, and the content type of the information being

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.