docs/LoggingHttpsAllOf.md in fastly-4.0.0.alpha2 vs docs/LoggingHttpsAllOf.md in fastly-4.0.0.alpha3
- old
+ new
@@ -3,11 +3,11 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **url** | **String** | The URL to send logs to. Must use HTTPS. Required. | [optional] |
-| **request_max_entries** | **Integer** | The maximum number of logs sent in one request. Defaults `0` (no limit). | [optional][default to 0] |
-| **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` (no limit). | [optional][default to 0] |
+| **request_max_entries** | **Integer** | The maximum number of logs sent in one request. Defaults `0` (10k). | [optional][default to 0] |
+| **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` (100MB). | [optional][default to 0] |
| **content_type** | **String** | Content type of the header sent with the request. | [optional][default to 'null'] |
| **header_name** | **String** | Name of the custom header sent with the request. | [optional][default to 'null'] |
| **message_type** | [**LoggingMessageType**](LoggingMessageType.md) | | [optional][default to 'classic'] |
| **header_value** | **String** | Value of the custom header sent with the request. | [optional][default to 'null'] |
| **method** | **String** | HTTP method used for request. | [optional][default to 'POST'] |