examples/v1/downtimes/UpdateDowntime.rb in datadog_api_client-2.9.0 vs examples/v1/downtimes/UpdateDowntime.rb in datadog_api_client-2.10.0

- old
+ new

@@ -5,9 +5,9 @@ # there is a valid "downtime" in the system DOWNTIME_ID = ENV["DOWNTIME_ID"] body = DatadogAPIClient::V1::Downtime.new({ - message: "Example-Update_a_downtime_returns_OK_response-updated", + message: "Example-Downtime-updated", mute_first_recovery_notification: true, }) p api_instance.update_downtime(DOWNTIME_ID.to_i, body)