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

- old
+ new

@@ -35,11 +35,11 @@ backends: [Fastly::Backend.new], # Array<Backend> | List of backends associated to a director. capacity: 56, # Integer | Unused. comment: 'comment_example', # String | A freeform descriptive note. name: 'name_example', # String | Name for the Director. quorum: 56, # Integer | The percentage of capacity that needs to be up for a director to be considered up. `0` to `100`. - shield: 'shield_example', # String | Selected POP to serve as a shield for the backends. 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. + shield: 'shield_example', # String | Selected POP to serve as a shield for the backends. 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. type: 1, # Integer | What type of load balance group to use. retries: 56, # Integer | How many backends to search if it fails. } begin @@ -60,10 +60,10 @@ | **backends** | [**Array&lt;Backend&gt;**](Backend.md) | List of backends associated to a director. | [optional] | | **capacity** | **Integer** | Unused. | [optional] | | **comment** | **String** | A freeform descriptive note. | [optional] | | **name** | **String** | Name for the Director. | [optional] | | **quorum** | **Integer** | The percentage of capacity that needs to be up for a director to be considered up. `0` to `100`. | [optional][default to 75] | -| **shield** | **String** | Selected POP to serve as a shield for the backends. 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 &#39;null&#39;] | +| **shield** | **String** | Selected POP to serve as a shield for the backends. 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 &#39;null&#39;] | | **type** | **Integer** | What type of load balance group to use. | [optional][default to 1] | | **retries** | **Integer** | How many backends to search if it fails. | [optional][default to 5] | ### Return type