docs/v1/SyntheticsTestConfig.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsTestConfig.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,15 +1,15 @@
# DatadogAPIClient::V1::SyntheticsTestConfig
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. | [optional] |
-| **config_variables** | [**Array<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | Array of variables used for the test. | [optional] |
-| **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | [optional] |
-| **variables** | [**Array<SyntheticsBrowserVariable>**](SyntheticsBrowserVariable.md) | Browser tests only - array of variables used for the test steps. | [optional] |
+| Name | Type | Description | Notes |
+| -------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------- | ---------- |
+| **assertions** | [**Array<SyntheticsAssertion>**](SyntheticsAssertion.md) | Array of assertions used for the test. Required for single API tests. | [optional] |
+| **config_variables** | [**Array<SyntheticsConfigVariable>**](SyntheticsConfigVariable.md) | Array of variables used for the test. | [optional] |
+| **request** | [**SyntheticsTestRequest**](SyntheticsTestRequest.md) | | [optional] |
+| **variables** | [**Array<SyntheticsBrowserVariable>**](SyntheticsBrowserVariable.md) | Browser tests only - array of variables used for the test steps. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -19,6 +19,5 @@
config_variables: null,
request: null,
variables: null
)
```
-