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:20 UTC

[couchdb-documentation] branch status413 created (now d52032e)

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

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


      at d52032e  Document that a 413 status may be returned.

This branch includes the following new commits:

     new d52032e  Document that a 413 status may be returned.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by fl...@apache.org.
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>.