Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-06 20:54:47.108184",
"spec_repo_commit": "0f558cbc"
"regenerated": "2024-11-07 20:43:55.925677",
"spec_repo_commit": "efa118f1"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-06 20:54:47.126775",
"spec_repo_commit": "0f558cbc"
"regenerated": "2024-11-07 20:43:55.944236",
"spec_repo_commit": "efa118f1"
}
}
}
4 changes: 4 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13093,13 +13093,17 @@ components:
- false_positive
- testing_or_maintenance
- investigated_case_opened
- true_positive_benign
- true_positive_malicious
- other
type: string
x-enum-varnames:
- NONE
- FALSE_POSITIVE
- TESTING_OR_MAINTENANCE
- INVESTIGATED_CASE_OPENED
- TRUE_POSITIVE_BENIGN
- TRUE_POSITIVE_MALICIOUS
- OTHER
SignalAssigneeUpdateRequest:
description: Attributes describing an assignee update operation over a security
Expand Down
2 changes: 2 additions & 0 deletions lib/datadog_api_client/v1/models/signal_archive_reason.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class SignalArchiveReason
FALSE_POSITIVE = "false_positive".freeze
TESTING_OR_MAINTENANCE = "testing_or_maintenance".freeze
INVESTIGATED_CASE_OPENED = "investigated_case_opened".freeze
TRUE_POSITIVE_BENIGN = "true_positive_benign".freeze
TRUE_POSITIVE_MALICIOUS = "true_positive_malicious".freeze
OTHER = "other".freeze
end
end
Loading