File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ You can enable the following middleware using the "middlewares" config parameter
161
161
- "validation": Return input validation errors for custom rules
162
162
- "sanitation": Apply input sanitation on create and update
163
163
- "multiTenancy": Restricts tenants access in a multi-tenant scenario
164
- - "pageLimits": Restricts list operations to become too heavy
164
+ - "pageLimits": Restricts list operations to prevent heavy load and scraping
165
165
- "customization": Provides handlers for request and response customization
166
166
167
167
The "middlewares" config parameter is a comma separated list of enabled middlewares.
@@ -198,8 +198,8 @@ You can tune the middleware behavior using middleware specific configuration par
198
198
- "validation.handler": Handler to implement validation rules for input values ("")
199
199
- "sanitation.handler": Handler to implement sanitation rules for input values ("")
200
200
- "multiTenancy.handler": Handler to implement simple multi-tenancy rules ("")
201
- - "pageLimits.pages": The maximum page number that may be requested ("100")
202
- - "pageLimits.records": The maximum number of records that a page may contain ("1000")
201
+ - "pageLimits.pages": The maximum page number a list operation returns ("100")
202
+ - "pageLimits.records": The maximum number of records a list operation returns ("1000")
203
203
- "customization.beforeHandler": Handler to implement request customization ("")
204
204
- "customization.afterHandler": Handler to implement response customization ("")
205
205
You can’t perform that action at this time.
0 commit comments