Skip to content

Commit ab4b4ae

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 63b58a77 of spec repo
1 parent a08409e commit ab4b4ae

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-11 20:31:42.177240",
8-
"spec_repo_commit": "a98c9e87"
7+
"regenerated": "2024-11-12 17:51:45.707837",
8+
"spec_repo_commit": "63b58a77"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-11 20:31:42.195817",
13-
"spec_repo_commit": "a98c9e87"
12+
"regenerated": "2024-11-12 17:51:45.726442",
13+
"spec_repo_commit": "63b58a77"
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)