We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0837101 commit 5089f92Copy full SHA for 5089f92
README.md
@@ -732,7 +732,7 @@ It also sets the column "customer_id" on "create" to "12" and removes the column
732
### Prevent high load and scraping
733
734
You may use the "pageLimits" middleware to limit the page number and the number records returned from a list operation.
735
-If you want no more than 10 pages with a maximum of 25 records each, you can specify:
+If you want to allow no more than 10 pages with a maximum of 25 records each, you can specify:
736
737
'pageLimits.pages' => 10,
738
'pageLimits.records' => 25,
0 commit comments