File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
lib/datadog_api_client/v2/models Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-03-25 18:26:19.730337 ",
8- "spec_repo_commit": "b25d7c85 "
7+ "regenerated": "2025-03-26 19:22:58.918136 ",
8+ "spec_repo_commit": "6832d799 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-03-25 18:26:19.746346 ",
13- "spec_repo_commit": "b25d7c85 "
12+ "regenerated": "2025-03-26 19:22:58.946322 ",
13+ "spec_repo_commit": "6832d799 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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`.
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments