docs/LoggingKafkaApi.md in fastly-8.4.0 vs docs/LoggingKafkaApi.md in fastly-8.5.0

- old
+ new

@@ -51,11 +51,11 @@ request_max_bytes: 56, # Integer | The maximum number of bytes sent in one request. Defaults `0` (no limit). parse_log_keyvals: true, # Boolean | Enables parsing of key=value tuples from the beginning of a logline, turning them into [record headers](https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add+Record+Headers). auth_method: 'plain', # String | SASL authentication method. user: 'user_example', # String | SASL user. password: 'password_example', # String | SASL password. - use_tls: Fastly::LoggingUseTls::no_tls, # LoggingUseTls | + use_tls: Fastly::LoggingUseTlsString::no_tls, # LoggingUseTlsString | } begin # Create a Kafka log endpoint result = api_instance.create_log_kafka(opts) @@ -87,10 +87,10 @@ | **request_max_bytes** | **Integer** | The maximum number of bytes sent in one request. Defaults `0` (no limit). | [optional][default to 0] | | **parse_log_keyvals** | **Boolean** | Enables parsing of key=value tuples from the beginning of a logline, turning them into [record headers](https://cwiki.apache.org/confluence/display/KAFKA/KIP-82+-+Add+Record+Headers). | [optional] | | **auth_method** | **String** | SASL authentication method. | [optional] | | **user** | **String** | SASL user. | [optional] | | **password** | **String** | SASL password. | [optional] | -| **use_tls** | [**LoggingUseTls**](LoggingUseTls.md) | | [optional][default to 0] | +| **use_tls** | [**LoggingUseTlsString**](LoggingUseTlsString.md) | | [optional][default to '0'] | ### Return type [**LoggingKafkaResponsePost**](LoggingKafkaResponsePost.md)