docs/LoggingGcsResponse.md in fastly-6.0.1 vs docs/LoggingGcsResponse.md in fastly-6.0.2

- old
+ new

@@ -16,10 +16,10 @@ | **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] | | **user** | **String** | Your Google Cloud Platform service account email address. The `client_email` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] | | **secret_key** | **String** | Your Google Cloud Platform account secret key. The `private_key` field in your service account authentication JSON. Not required if `account_name` is specified. | [optional] | | **account_name** | **String** | The name of the Google Cloud Platform service account associated with the target log collection service. Not required if `user` and `secret_key` are provided. | [optional] | | **bucket_name** | **String** | The name of the GCS bucket. | [optional] | -| **path** | **String** | The path to upload logs to. | [optional] | +| **path** | **String** | | [optional][default to '/'] | | **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] | | **project_id** | **String** | Your Google Cloud Platform project ID. Required | [optional] | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |