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/27 14:23:59 UTC

[couchdb-documentation] branch typo created (now 6a18b94)

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

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


      at 6a18b94  500 shouldn't happen any more

This branch includes the following new commits:

     new f3ebc4d  Grammar correction
     new 6a18b94  500 shouldn't happen any more

The 2 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/02: Grammar correction

Posted by fl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f3ebc4deaba7d55d8d9ae2bb8e8275c5d213e11d
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Fri Oct 27 16:23:39 2017 +0200

    Grammar correction
---
 src/api/database/bulk-api.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/database/bulk-api.rst b/src/api/database/bulk-api.rst
index a37a4ea..060edbe 100644
--- a/src/api/database/bulk-api.rst
+++ b/src/api/database/bulk-api.rst
@@ -229,7 +229,7 @@
                            - :mimetype:`text/plain; charset=utf-8`
     :>jsonarr string id: Document ID
     :>jsonarr string rev: New document revision token. Available
-      if document have saved without errors. *Optional*
+      if document has saved without errors. *Optional*
     :>jsonarr string error: Error type. *Optional*
     :>jsonarr string reason: Error reason. *Optional*
     :code 201: Document(s) have been created or updated

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

[couchdb-documentation] 02/02: 500 shouldn't happen any more

Posted by fl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6a18b941bae47a3a92cbf18df18f9491c00ef041
Author: Jonathan Hall <fl...@flimzy.com>
AuthorDate: Fri Oct 27 16:23:52 2017 +0200

    500 shouldn't happen any more
---
 src/api/database/bulk-api.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/api/database/bulk-api.rst b/src/api/database/bulk-api.rst
index 060edbe..905e43c 100644
--- a/src/api/database/bulk-api.rst
+++ b/src/api/database/bulk-api.rst
@@ -236,7 +236,6 @@
     :code 400: The request provided invalid JSON data
     :code 417: Occurs when at least one document was rejected by a
      :ref:`validation function <vdufun>`
-    :code 500: Malformed data provided, while it's still valid JSON
 
     **Request**:
 

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