]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Fix documentation of REST_RESULTS_PER_PAGE setting
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Sun, 26 Aug 2018 10:56:05 +0000 (20:56 +1000)
committerDaniel Axtens <dja@axtens.net>
Sun, 26 Aug 2018 11:12:23 +0000 (21:12 +1000)
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>
docs/deployment/configuration.rst

index e599522a412b0921e9cef5cb2354e4b044f09e7e..0601276a3cbcc44a27f411311cdf0509305e9f54 100644 (file)
@@ -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``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~