Merge "osapi_max_limit -> max_limit"

This commit is contained in:
Jenkins 2016-12-19 15:25:49 +00:00 committed by Gerrit Code Review
commit f2e4b244e8

View File

@ -525,8 +525,8 @@ limit_simple:
description: | description: |
Used in conjunction with ``offset`` to return a slice of items. ``limit`` Used in conjunction with ``offset`` to return a slice of items. ``limit``
is the maximum number of items to return. If ``limit`` is not specified, is the maximum number of items to return. If ``limit`` is not specified,
or exceeds the configurable ``osapi_max_limit``, then ``osapi_max_limit`` or exceeds the configurable ``max_limit``, then ``max_limit`` will be
will be used instead. used instead.
in: query in: query
required: false required: false
type: integer type: integer