diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index f517ad679f06..e9a3befb10ce 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -525,8 +525,8 @@ limit_simple: description: | 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, - or exceeds the configurable ``osapi_max_limit``, then ``osapi_max_limit`` - will be used instead. + or exceeds the configurable ``max_limit``, then ``max_limit`` will be + used instead. in: query required: false type: integer