Skip to content

Commit 9781628

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 15519102 of spec repo
1 parent 92f15d0 commit 9781628

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
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-09-18 14:45:18.857935",
8-
"spec_repo_commit": "bae57ce1"
7+
"regenerated": "2024-09-20 14:04:56.879246",
8+
"spec_repo_commit": "15519102"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-18 14:45:18.876103",
13-
"spec_repo_commit": "bae57ce1"
12+
"regenerated": "2024-09-20 14:04:56.893517",
13+
"spec_repo_commit": "15519102"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13107,13 +13107,17 @@ components:
1310713107
- false_positive
1310813108
- testing_or_maintenance
1310913109
- investigated_case_opened
13110+
- true_positive_benign
13111+
- true_positive_malicious
1311013112
- other
1311113113
type: string
1311213114
x-enum-varnames:
1311313115
- NONE
1311413116
- FALSE_POSITIVE
1311513117
- TESTING_OR_MAINTENANCE
1311613118
- INVESTIGATED_CASE_OPENED
13119+
- TRUE_POSITIVE_BENIGN
13120+
- TRUE_POSITIVE_MALICIOUS
1311713121
- OTHER
1311813122
SignalAssigneeUpdateRequest:
1311913123
description: Attributes describing an assignee update operation over a security

lib/datadog_api_client/v1/models/signal_archive_reason.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ class SignalArchiveReason
2525
FALSE_POSITIVE = "false_positive".freeze
2626
TESTING_OR_MAINTENANCE = "testing_or_maintenance".freeze
2727
INVESTIGATED_CASE_OPENED = "investigated_case_opened".freeze
28+
TRUE_POSITIVE_BENIGN = "true_positive_benign".freeze
29+
TRUE_POSITIVE_MALICIOUS = "true_positive_malicious".freeze
2830
OTHER = "other".freeze
2931
end
3032
end

0 commit comments

Comments
 (0)