diff options
-rw-r--r-- | docs/deployment/configuration.rst | 2 |
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`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |