examples/v2/incidents/GetIncident.rb in datadog_api_client-2.9.0 vs examples/v2/incidents/GetIncident.rb in datadog_api_client-2.10.0

- old
+ new

@@ -1,8 +1,8 @@ # Get the details of an incident returns "OK" response require "datadog_api_client" -DatadogAPIClient::V2.configure do |config| +DatadogAPIClient.configure do |config| config.unstable_operations["v2.get_incident".to_sym] = true end api_instance = DatadogAPIClient::V2::IncidentsAPI.new # there is a valid "incident" in the system