diff --git a/.apigentools-info b/.apigentools-info index f66c66e31249..a60a8375ca8a 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 28dcba7da970..678ff5ca7467 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -13093,6 +13093,8 @@ components: - false_positive - testing_or_maintenance - investigated_case_opened + - true_positive_benign + - true_positive_malicious - other type: string x-enum-varnames: @@ -13100,6 +13102,8 @@ components: - 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 diff --git a/lib/datadog_api_client/v1/models/signal_archive_reason.rb b/lib/datadog_api_client/v1/models/signal_archive_reason.rb index 09823b476467..2469f7ba957f 100644 --- a/lib/datadog_api_client/v1/models/signal_archive_reason.rb +++ b/lib/datadog_api_client/v1/models/signal_archive_reason.rb @@ -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