mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 12:56:51 +00:00
docfix/the default limit is Constant.Pagination.limit
This commit is contained in:
parent
efe45e9c86
commit
ed3a89df77
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user