docs/LoggingSftpAllOf.md in fastly-4.0.0.alpha4 vs docs/LoggingSftpAllOf.md in fastly-4.0.0

- old
+ new

@@ -4,10 +4,10 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **password** | **String** | The password for the server. If both `password` and `secret_key` are passed, `secret_key` will be used in preference. | [optional] | | **path** | **String** | The path to upload logs to. | [optional][default to 'null'] | -| **port** | **Object** | The port number. | [optional] | +| **port** | **Integer** | The port number. | [optional][default to 22] | | **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'] | | **secret_key** | **String** | The SSH private key for the server. If both `password` and `secret_key` are passed, `secret_key` will be used in preference. | [optional][default to 'null'] | | **ssh_known_hosts** | **String** | A list of host keys for all hosts we can connect to over SFTP. | [optional] | | **user** | **String** | The username for the server. | [optional] |