Skip to content

Commit e723c9d

Browse files
authored
pageSize also acts as the maximum for "limit" (#487)
1 parent 8f92385 commit e723c9d

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/server-adapters/api-handlers

1 file changed

+1
-1
lines changed

docs/reference/server-adapters/api-handlers/rest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The factory function accepts an options object with the following fields:
8282

8383
- pageSize
8484

85-
Optional. A `number` field representing the default page size for listing resources and relationships. Defaults to 100. Set to Infinity to disable pagination.
85+
Optional. A `number` field representing the default page size for listing resources and relationships. This value also determines the maximum `limit` value in an API call. Defaults to 100. Set to Infinity to disable pagination.
8686

8787
- modelNameMapping
8888

0 commit comments

Comments
 (0)