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
198198- "validation.handler": Handler to implement validation rules for input values ("")
199199- "sanitation.handler": Handler to implement sanitation rules for input values ("")
200200- "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")
203203- "customization.beforeHandler": Handler to implement request customization ("")
204204- "customization.afterHandler": Handler to implement response customization ("")
205205
You can’t perform that action at this time.
0 commit comments