summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-03-27 17:19:06 +0400
committerAlexander Shorin <kxepal@apache.org>2014-03-27 17:19:27 +0400
commitcec70ebce950aa53cd6694f8078ca7d56b6ca281 (patch)
treedee87482eb9bbcad5df6ada7596136ef2ff4125a
parent6ae780570de469e217c746eddfe61665a3c38e38 (diff)
downloadcouchdb-cec70ebce950aa53cd6694f8078ca7d56b6ca281.tar.gz
Describe HTTP 403 response reasons for /_uuids resource
-rw-r--r--share/doc/src/api/server/common.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/doc/src/api/server/common.rst b/share/doc/src/api/server/common.rst
index 2c14fee3b..0f060dbf9 100644
--- a/share/doc/src/api/server/common.rst
+++ b/share/doc/src/api/server/common.rst
@@ -906,6 +906,8 @@ structure is as follows:
``/_uuids``
===========
+.. versionchanged:: 1.5.1
+
.. http:get:: /_uuids
Requests one or more Universally Unique Identifiers (UUIDs) from the
@@ -919,6 +921,8 @@ structure 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
+ <uuids/max_count>` to retrieve
**Request**: