docs/v1/SyntheticsTestRequest.md in datadog_api_client-1.0.0.beta.2 vs docs/v1/SyntheticsTestRequest.md in datadog_api_client-1.0.0.beta.3

- old
+ new

@@ -9,10 +9,11 @@ | **certificate** | [**SyntheticsTestRequestCertificate**](SyntheticsTestRequestCertificate.md) | | [optional] | | **dns_server** | **String** | DNS server to use for DNS tests. | [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] | | **port** | **Integer** | Port to use when performing the test. | [optional] | | **query** | **Object** | Query to use for the test. | [optional] | | **timeout** | **Float** | Timeout in seconds for the test. | [optional] | | **url** | **String** | URL to perform the test with. | [optional] | @@ -27,9 +28,10 @@ certificate: null, dns_server: null, headers: null, host: null, method: null, + no_saving_response_body: null, port: null, query: null, timeout: null, url: null )