docs/WafFirewallVersionDataAttributes.md in fastly-4.0.0.alpha4 vs docs/WafFirewallVersionDataAttributes.md in fastly-4.0.0
- old
+ new
@@ -7,10 +7,10 @@
| **allowed_http_versions** | **String** | Allowed HTTP versions. | [optional][default to 'HTTP/1.0 HTTP/1.1 HTTP/2'] |
| **allowed_methods** | **String** | A space-separated list of HTTP method names. | [optional][default to 'GET HEAD POST OPTIONS PUT PATCH DELETE'] |
| **allowed_request_content_type** | **String** | Allowed request content types. | [optional][default to 'application/x-www-form-urlencoded|multipart/form-data|text/xml|application/xml|application/x-amf|application/json|text/plain'] |
| **allowed_request_content_type_charset** | **String** | Allowed request content type charset. | [optional][default to 'utf-8|iso-8859-1|iso-8859-15|windows-1252'] |
| **arg_name_length** | **Integer** | The maximum allowed argument name length. | [optional][default to 100] |
-| **arg_length** | **Integer** | The maximum number of arguments allowed. | [optional][default to 400] |
+| **arg_length** | **Integer** | The maximum allowed length of an argument. | [optional][default to 400] |
| **combined_file_sizes** | **Integer** | The maximum allowed size of all files (in bytes). | [optional][default to 10000000] |
| **comment** | **String** | A freeform descriptive note. | [optional] |
| **critical_anomaly_score** | **Integer** | Score value to add for critical anomalies. | [optional][default to 6] |
| **crs_validate_utf8_encoding** | **Boolean** | CRS validate UTF8 encoding. | [optional] |
| **error_anomaly_score** | **Integer** | Score value to add for error anomalies. | [optional][default to 5] |