Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/configuration/security-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ Allows you to configure hard technical limits, to prevent abuse and optimize for
| `QUERY_LIMIT_DEFAULT` | The default query limit used when not defined in the API request. | `100` |
| `QUERY_LIMIT_MAX` | The maximum query limit accepted on API requests. | `-1` |
| `QUERYSTRING_MAX_PARSE_DEPTH` | The maximum object depth when parsing URL query parameters using the querystring format | `10` |
| `QUERYSTRING_ARRAY_LIMIT` | The array limit when parsing URL query parameters using the querystring format | `100` |
| `MAX_IMPORT_ERRORS` | The maximum number of validation errors permitted while importing records before the process is cancelled and the errors returned. | `1000` |
| `QUERYSTRING_ARRAY_LIMIT` | The array limit when parsing URL query parameters using the querystring format | `500` |
| `MAX_IMPORT_ERRORS` | The maximum number of validation errors permitted while importing records before the process is cancelled and the errors returned. | `1000` |