docfix/the default limit is Constant.Pagination.limit

This commit is contained in:
hongwei 2023-12-06 21:56:55 +01:00
parent efe45e9c86
commit ed3a89df77

View File

@ -2086,7 +2086,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
|Possible custom url parameters for pagination:
|
|* limit=NUMBER ==> default value: 50
|* limit=NUMBER ==> default value: ${Constant.Pagination.limit}
|* offset=NUMBER ==> default value: 0
|
|eg1:?limit=100&offset=0