summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2018-08-26 20:56:05 +1000
committerDaniel Axtens <dja@axtens.net>2018-08-26 21:12:23 +1000
commitf9772a0a36d17aa71f660f49eee65554965eeafb (patch)
tree6e502309a6e0496575b787efa0593f911f73eb45
parentea5847ada3ac79908a2b251839e77e1b2f3dc6d2 (diff)
downloadpatchwork-f9772a0a36d17aa71f660f49eee65554965eeafb.tar
patchwork-f9772a0a36d17aa71f660f49eee65554965eeafb.tar.gz
docs: Fix documentation of REST_RESULTS_PER_PAGE setting
In 8fe11180a1a5 ("REST: Add new setting for maximum API page size") I accidentally deleted the versionadded information for REST_RESULTS_PER_PAGE. Restore it. Fixes: 8fe11180a1a5 ("REST: Add new setting for maximum API page size") Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Daniel Axtens <dja@axtens.net>
-rw-r--r--docs/deployment/configuration.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/deployment/configuration.rst b/docs/deployment/configuration.rst
index e599522..0601276 100644
--- a/docs/deployment/configuration.rst
+++ b/docs/deployment/configuration.rst
@@ -88,6 +88,8 @@ Enable the :doc:`REST API <../api/rest>`.
The number of items to include in REST API responses by default. This can be
overridden by the ``per_page`` parameter for some endpoints.
+.. versionadded:: 2.0
+
``MAX_REST_RESULTS_PER_PAGE``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~