Skip to content

Commit 8ae967e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
change a category in enum for datadog_appsec_waf_custom_rule (#2300)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 866e1fb commit 8ae967e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.apigentools-info

+4-4
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": "2025-04-03 16:27:53.688587",
8-
"spec_repo_commit": "4468962d"
7+
"regenerated": "2025-04-04 12:49:25.614589",
8+
"spec_repo_commit": "73e22797"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-03 16:27:53.704116",
13-
"spec_repo_commit": "4468962d"
12+
"regenerated": "2025-04-04 12:49:25.630699",
13+
"spec_repo_commit": "73e22797"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2864,13 +2864,13 @@ components:
28642864
enum:
28652865
- attack_attempt
28662866
- business_logic
2867-
- security_responses
2867+
- security_response
28682868
example: business_logic
28692869
type: string
28702870
x-enum-varnames:
28712871
- ATTACK_ATTEMPT
28722872
- BUSINESS_LOGIC
2873-
- SECURITY_RESPONSES
2873+
- SECURITY_RESPONSE
28742874
ApplicationSecurityWafCustomRuleType:
28752875
default: custom_rule
28762876
description: The type of the resource. The value should always be `custom_rule`.

lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags_category.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ class ApplicationSecurityWafCustomRuleTagsCategory
2323

2424
ATTACK_ATTEMPT = "attack_attempt".freeze
2525
BUSINESS_LOGIC = "business_logic".freeze
26-
SECURITY_RESPONSES = "security_responses".freeze
26+
SECURITY_RESPONSE = "security_response".freeze
2727
end
2828
end

0 commit comments

Comments
 (0)