From 3399418dafc7b0dcad420e686623be5d0422de46 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 24 Jan 2020 18:38:16 -0500 Subject: [PATCH] docs: Fix typo in ARA_PAGE_SIZE and include UI Mention that this is also used for the UI and fix the default value typo. Change-Id: Ie68cf396bfe3b417841d337961644f49aa09c956 --- doc/source/api-configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/api-configuration.rst b/doc/source/api-configuration.rst index 28b8f07b..0e3b03a1 100644 --- a/doc/source/api-configuration.rst +++ b/doc/source/api-configuration.rst @@ -478,10 +478,11 @@ ARA_PAGE_SIZE - **Environment variable**: ``ARA_PAGE_SIZE`` - **Configuration file variable**: ``PAGE_SIZE`` - **Type**: ``integer`` -- **Default**: ``50`` +- **Default**: ``100`` - **Provided by**: django-rest-framework `pagination `_ -When querying the API server, the amount of items per page returned. +When querying the API server or the built-in reporting interface, the amount +of items per page returned by default. ARA_READ_LOGIN_REQUIRED ~~~~~~~~~~~~~~~~~~~~~~~