Skip to content

Commit 0c4fac0

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 9a869b6b of spec repo
1 parent 7aa023e commit 0c4fac0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-12 10:03:12.690725",
8-
"spec_repo_commit": "67b7e114"
7+
"regenerated": "2024-11-12 21:11:37.117849",
8+
"spec_repo_commit": "9a869b6b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-12 10:03:12.710323",
13-
"spec_repo_commit": "67b7e114"
12+
"regenerated": "2024-11-12 21:11:37.136968",
13+
"spec_repo_commit": "9a869b6b"
1414
}
1515
}
1616
}

examples/v2/security-monitoring/CancelHistoricalJob.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.run_historical_job".to_sym] = true
65
config.unstable_operations["v2.cancel_historical_job".to_sym] = true
6+
config.unstable_operations["v2.run_historical_job".to_sym] = true
77
end
88
api_instance = DatadogAPIClient::V2::SecurityMonitoringAPI.new
99

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.run_historical_job".to_sym] = true
65
config.unstable_operations["v2.get_historical_job".to_sym] = true
6+
config.unstable_operations["v2.run_historical_job".to_sym] = true
77
end
88
api_instance = DatadogAPIClient::V2::SecurityMonitoringAPI.new
99

0 commit comments

Comments
 (0)