docs/BackendApi.md in fastly-8.0.1 vs docs/BackendApi.md in fastly-8.1.0

- old
+ new

@@ -54,11 +54,11 @@ share_key: 'share_key_example', # String | Value that when shared across backends will enable those backends to share the same health check. shield: 'shield_example', # String | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). ssl_ca_cert: 'ssl_ca_cert_example', # String | CA certificate attached to origin. ssl_cert_hostname: 'ssl_cert_hostname_example', # String | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. ssl_check_cert: true, # Boolean | Be strict on checking SSL certs. - ssl_ciphers: 'ssl_ciphers_example', # String | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. + ssl_ciphers: 'ssl_ciphers_example', # String | List of [OpenSSL ciphers](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. ssl_client_cert: 'ssl_client_cert_example', # String | Client certificate attached to origin. ssl_client_key: 'ssl_client_key_example', # String | Client key attached to origin. ssl_hostname: 'ssl_hostname_example', # String | Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. ssl_sni_hostname: 'ssl_sni_hostname_example', # String | Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. use_ssl: true, # Boolean | Whether or not to require TLS for connections to this backend. @@ -102,11 +102,11 @@ | **share_key** | **String** | Value that when shared across backends will enable those backends to share the same health check. | [optional] | | **shield** | **String** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional] | | **ssl_ca_cert** | **String** | CA certificate attached to origin. | [optional] | | **ssl_cert_hostname** | **String** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional] | | **ssl_check_cert** | **Boolean** | Be strict on checking SSL certs. | [optional][default to true] | -| **ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | +| **ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | | **ssl_client_cert** | **String** | Client certificate attached to origin. | [optional] | | **ssl_client_key** | **String** | Client key attached to origin. | [optional] | | **ssl_hostname** | **String** | Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. | [optional] | | **ssl_sni_hostname** | **String** | Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. | [optional] | | **use_ssl** | **Boolean** | Whether or not to require TLS for connections to this backend. | [optional] | @@ -277,11 +277,11 @@ share_key: 'share_key_example', # String | Value that when shared across backends will enable those backends to share the same health check. shield: 'shield_example', # String | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). ssl_ca_cert: 'ssl_ca_cert_example', # String | CA certificate attached to origin. ssl_cert_hostname: 'ssl_cert_hostname_example', # String | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. ssl_check_cert: true, # Boolean | Be strict on checking SSL certs. - ssl_ciphers: 'ssl_ciphers_example', # String | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. + ssl_ciphers: 'ssl_ciphers_example', # String | List of [OpenSSL ciphers](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. ssl_client_cert: 'ssl_client_cert_example', # String | Client certificate attached to origin. ssl_client_key: 'ssl_client_key_example', # String | Client key attached to origin. ssl_hostname: 'ssl_hostname_example', # String | Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. ssl_sni_hostname: 'ssl_sni_hostname_example', # String | Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. use_ssl: true, # Boolean | Whether or not to require TLS for connections to this backend. @@ -326,10 +326,10 @@ | **share_key** | **String** | Value that when shared across backends will enable those backends to share the same health check. | [optional] | | **shield** | **String** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional] | | **ssl_ca_cert** | **String** | CA certificate attached to origin. | [optional] | | **ssl_cert_hostname** | **String** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional] | | **ssl_check_cert** | **Boolean** | Be strict on checking SSL certs. | [optional][default to true] | -| **ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | +| **ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional] | | **ssl_client_cert** | **String** | Client certificate attached to origin. | [optional] | | **ssl_client_key** | **String** | Client key attached to origin. | [optional] | | **ssl_hostname** | **String** | Use `ssl_cert_hostname` and `ssl_sni_hostname` to configure certificate validation. | [optional] | | **ssl_sni_hostname** | **String** | Overrides `ssl_hostname`, but only for SNI in the handshake. Does not affect cert validation at all. | [optional] | | **use_ssl** | **Boolean** | Whether or not to require TLS for connections to this backend. | [optional] |