Skip to content

Commit e054608

Browse files
author
ci.datadog-api-spec
committed
pre-commit fixes
1 parent 208c658 commit e054608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/v2/security-monitoring/GetHistoricalJob.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
require "datadog_api_client"
44
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.get_historical_job".to_sym] = true
65
config.unstable_operations["v2.run_historical_job".to_sym] = true
6+
config.unstable_operations["v2.get_historical_job".to_sym] = true
77
end
88
api_instance = DatadogAPIClient::V2::SecurityMonitoringAPI.new
99

examples/v2/security-monitoring/ListHistoricalJobs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
require "datadog_api_client"
44
DatadogAPIClient.configure do |config|
5-
config.unstable_operations["v2.list_historical_jobs".to_sym] = true
65
config.unstable_operations["v2.run_historical_job".to_sym] = true
6+
config.unstable_operations["v2.list_historical_jobs".to_sym] = true
77
end
88
api_instance = DatadogAPIClient::V2::SecurityMonitoringAPI.new
99

0 commit comments

Comments
 (0)