docs/v1/SyntheticsBrowserError.md in datadog_api_client-1.3.0 vs docs/v1/SyntheticsBrowserError.md in datadog_api_client-1.4.0
- old
+ new
@@ -13,12 +13,12 @@
```ruby
require 'datadog_api_client/v1'
instance = DatadogAPIClient::V1::SyntheticsBrowserError.new(
- description: ,
- name: ,
- status: null,
+ description: Example error message,
+ name: Failed test,
+ status: 500,
type: null
)
```