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

- old
+ new

@@ -13,10 +13,10 @@ | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **service_id** | **String** | | [optional][readonly] | | **version** | **String** | | [optional][readonly] | | **name** | **String** | Name for the Pool. | [optional] | -| **shield** | **String** | Selected POP to serve as a shield for the servers. Defaults to `null` meaning no origin shielding if not set. Refer to the [POPs API endpoint](/reference/api/utils/pops/) to get a list of available POPs used for shielding. | [optional][default to 'null'] | +| **shield** | **String** | Selected POP to serve as a shield for the servers. Defaults to `null` meaning no origin shielding if not set. Refer to the [POPs API endpoint](https://www.fastly.com/documentation/reference/api/utils/pops/) to get a list of available POPs used for shielding. | [optional][default to 'null'] | | **request_condition** | **String** | Condition which, if met, will select this configuration during a request. Optional. | [optional] | | **tls_ciphers** | **String** | List of OpenSSL ciphers (see the [openssl.org manpages](https://www.openssl.org/docs/man1.1.1/man1/ciphers.html) for details). Optional. | [optional] | | **tls_sni_hostname** | **String** | SNI hostname. Optional. | [optional] | | **min_tls_version** | **Integer** | Minimum allowed TLS version on connections to this server. Optional. | [optional] | | **max_tls_version** | **Integer** | Maximum allowed TLS version on connections to this server. Optional. | [optional] |