You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/03/17 21:29:27 UTC

[couchdb-documentation] branch master updated: Correct response code from /_uuids

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  5ed7187   Correct response code from /_uuids
5ed7187 is described below

commit 5ed71873c59e30e6fa0459b7203d78a35a87ddd5
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Fri Mar 17 17:29:21 2017 -0400

    Correct response code from /_uuids
---
 src/api/server/common.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index cb9a60d..d27ac6f 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -902,7 +902,7 @@ is as follows:
 ``/_uuids``
 ===========
 
-.. versionchanged:: 1.5.1
+.. versionchanged:: 2.0.0
 
 .. http:get:: /_uuids
     :synopsis: Generates a list of UUIDs from the server
@@ -917,7 +917,7 @@ is as follows:
                            - :mimetype:`text/plain; charset=utf-8`
     :>header ETag: Response hash
     :code 200: Request completed successfully
-    :code 403: Requested more UUIDs than is :config:option:`allowed
+    :code 400: Requested more UUIDs than is :config:option:`allowed
                <uuids/max_count>` to retrieve
 
     **Request**:

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