Browse Source

Merge pull request #2241 from nilsreichardt/patch-3

docs: add information about maximum value for `limit` in REST API
pull/2278/head
աɨռɢӄաօռɢ 3 years ago committed by GitHub
parent
commit
ba1730c4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nocodb/src/lib/meta/api/swagger/helpers/templates/params.ts

2
packages/nocodb/src/lib/meta/api/swagger/helpers/templates/params.ts

@ -59,7 +59,7 @@ export const limitParam = {
in: 'query', in: 'query',
name: 'limit', name: 'limit',
description: description:
'The `limit` parameter used for pagination, the response collection size depends on limit value and default value is `25`.', 'The `limit` parameter used for pagination, the response collection size depends on limit value and default value is `25`. Maximum value is `1000`.',
example: 25 example: 25
}; };
export const offsetParam = { export const offsetParam = {

Loading…
Cancel
Save