Skip to content

Commit 027b37e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6e6753e0 of spec repo
1 parent 193f9f7 commit 027b37e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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-03-25 18:26:21.124240",
8-
"spec_repo_commit": "b25d7c85"
7+
"regenerated": "2025-03-25 19:25:53.804606",
8+
"spec_repo_commit": "6e6753e0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-25 18:26:21.139311",
13-
"spec_repo_commit": "b25d7c85"
12+
"regenerated": "2025-03-25 19:25:53.819228",
13+
"spec_repo_commit": "6e6753e0"
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`.

src/datadog_api_client/v2/model/application_security_waf_custom_rule_tags_category.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ class ApplicationSecurityWafCustomRuleTagsCategory(ModelSimple):
1616
"""
1717
The category of the WAF Rule, can be either `business_logic`, `attack_attempt` or `security_response`.
1818
19-
:param value: Must be one of ["attack_attempt", "business_logic", "security_responses"].
19+
:param value: Must be one of ["attack_attempt", "business_logic", "security_response"].
2020
:type value: str
2121
"""
2222

2323
allowed_values = {
2424
"attack_attempt",
2525
"business_logic",
26-
"security_responses",
26+
"security_response",
2727
}
2828
ATTACK_ATTEMPT: ClassVar["ApplicationSecurityWafCustomRuleTagsCategory"]
2929
BUSINESS_LOGIC: ClassVar["ApplicationSecurityWafCustomRuleTagsCategory"]
30-
SECURITY_RESPONSES: ClassVar["ApplicationSecurityWafCustomRuleTagsCategory"]
30+
SECURITY_RESPONSE: ClassVar["ApplicationSecurityWafCustomRuleTagsCategory"]
3131

3232
@cached_property
3333
def openapi_types(_):
@@ -42,6 +42,6 @@ def openapi_types(_):
4242
ApplicationSecurityWafCustomRuleTagsCategory.BUSINESS_LOGIC = ApplicationSecurityWafCustomRuleTagsCategory(
4343
"business_logic"
4444
)
45-
ApplicationSecurityWafCustomRuleTagsCategory.SECURITY_RESPONSES = ApplicationSecurityWafCustomRuleTagsCategory(
46-
"security_responses"
45+
ApplicationSecurityWafCustomRuleTagsCategory.SECURITY_RESPONSE = ApplicationSecurityWafCustomRuleTagsCategory(
46+
"security_response"
4747
)

0 commit comments

Comments
 (0)