docs/v1/SyntheticsTestRequest.md in datadog_api_client-1.2.0 vs docs/v1/SyntheticsTestRequest.md in datadog_api_client-1.3.0

- old
+ new

@@ -8,10 +8,11 @@ | **basic_auth** | [**SyntheticsBasicAuth**](SyntheticsBasicAuth.md) | | [optional] | | **body** | **String** | Body to include in the test. | [optional] | | **certificate** | [**SyntheticsTestRequestCertificate**](SyntheticsTestRequestCertificate.md) | | [optional] | | **dns_server** | **String** | DNS server to use for DNS tests. | [optional] | | **dns_server_port** | **Integer** | DNS server port to use for DNS tests. | [optional] | +| **follow_redirects** | **Boolean** | Specifies whether or not the request follows redirects. | [optional] | | **headers** | **Hash<String, String>** | Headers to include when performing the test. | [optional] | | **host** | **String** | Host name to perform the test with. | [optional] | | **method** | [**HTTPMethod**](HTTPMethod.md) | | [optional] | | **no_saving_response_body** | **Boolean** | Determines whether or not to save the response body. | [optional] | | **number_of_packets** | **Integer** | Number of pings to use per test. | [optional] | @@ -31,9 +32,10 @@ basic_auth: null, body: null, certificate: null, dns_server: null, dns_server_port: null, + follow_redirects: null, headers: null, host: null, method: null, no_saving_response_body: null, number_of_packets: null,