From c8b631bc3600a89b78b9085707e958bbaf39d06c Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Thu, 15 Dec 2016 13:28:12 -0500 Subject: [PATCH] osapi_max_limit -> max_limit This max limit config option was moved to the api group in Ida4ee57d6e1822e35e3198f6d3a89410e211d57d. Update the api-ref to reflect those changes. Change-Id: I8ee5b07eecc49833987be499273f3eb7420197e4 --- api-ref/source/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 5d5f2ba15b0a..429acbc35ed9 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