File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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 a list operation returns ("100")
202
- - "pageLimits.records": The maximum number of records a list operation returns ("1000")
201
+ - "pageLimits.pages": The maximum page number that a list operation allows ("100")
202
+ - "pageLimits.records": The maximum number of records returned by a list operation ("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