File tree 3 files changed +7
-7
lines changed
lib/datadog_api_client/v2/models
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2864,13 +2864,13 @@ components:
2864
2864
enum:
2865
2865
- attack_attempt
2866
2866
- business_logic
2867
- - security_responses
2867
+ - security_response
2868
2868
example: business_logic
2869
2869
type: string
2870
2870
x-enum-varnames:
2871
2871
- ATTACK_ATTEMPT
2872
2872
- BUSINESS_LOGIC
2873
- - SECURITY_RESPONSES
2873
+ - SECURITY_RESPONSE
2874
2874
ApplicationSecurityWafCustomRuleType:
2875
2875
default: custom_rule
2876
2876
description: The type of the resource. The value should always be `custom_rule`.
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ class ApplicationSecurityWafCustomRuleTagsCategory
23
23
24
24
ATTACK_ATTEMPT = "attack_attempt" . freeze
25
25
BUSINESS_LOGIC = "business_logic" . freeze
26
- SECURITY_RESPONSES = "security_responses " . freeze
26
+ SECURITY_RESPONSE = "security_response " . freeze
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments