docs/v1/LogsAPI.md in datadog_api_client-1.3.0 vs docs/v1/LogsAPI.md in datadog_api_client-1.4.0

- old
+ new

@@ -105,10 +105,10 @@ ```ruby require 'datadog_api_client' api_instance = DatadogAPIClient::V1::LogsAPI.new body = [DatadogAPIClient::V1::HTTPLogItem.new] # Array<HTTPLogItem> | Log to send (JSON format). opts = { - content_encoding: DatadogAPIClient::V1::ContentEncoding::gzip, # ContentEncoding | HTTP header used to compress the media-type. + content_encoding: DatadogAPIClient::V1::ContentEncoding::GZIP, # ContentEncoding | HTTP header used to compress the media-type. ddtags: 'env:prod,user:my-user' # String | Log tags can be passed as query parameters with `text/plain` content type. } begin # Send logs