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 ~~~~~~~~~~~~~~~~~~~~~~~