diff --git a/.apigentools-info b/.apigentools-info index c17c3e06bdf..03e263bf479 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-03 16:27:59.649576", - "spec_repo_commit": "4468962d" + "regenerated": "2025-04-04 12:49:29.243722", + "spec_repo_commit": "73e22797" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-03 16:27:59.666584", - "spec_repo_commit": "4468962d" + "regenerated": "2025-04-04 12:49:29.261107", + "spec_repo_commit": "73e22797" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 05e150ab587..65222d02bfa 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -2864,13 +2864,13 @@ components: enum: - attack_attempt - business_logic - - security_responses + - security_response example: business_logic type: string x-enum-varnames: - ATTACK_ATTEMPT - BUSINESS_LOGIC - - SECURITY_RESPONSES + - SECURITY_RESPONSE ApplicationSecurityWafCustomRuleType: default: custom_rule description: The type of the resource. The value should always be `custom_rule`. diff --git a/src/main/java/com/datadog/api/client/v2/model/ApplicationSecurityWafCustomRuleTagsCategory.java b/src/main/java/com/datadog/api/client/v2/model/ApplicationSecurityWafCustomRuleTagsCategory.java index f78d3853c79..63372753920 100644 --- a/src/main/java/com/datadog/api/client/v2/model/ApplicationSecurityWafCustomRuleTagsCategory.java +++ b/src/main/java/com/datadog/api/client/v2/model/ApplicationSecurityWafCustomRuleTagsCategory.java @@ -29,14 +29,14 @@ public class ApplicationSecurityWafCustomRuleTagsCategory extends ModelEnum { private static final Set allowedValues = - new HashSet(Arrays.asList("attack_attempt", "business_logic", "security_responses")); + new HashSet(Arrays.asList("attack_attempt", "business_logic", "security_response")); public static final ApplicationSecurityWafCustomRuleTagsCategory ATTACK_ATTEMPT = new ApplicationSecurityWafCustomRuleTagsCategory("attack_attempt"); public static final ApplicationSecurityWafCustomRuleTagsCategory BUSINESS_LOGIC = new ApplicationSecurityWafCustomRuleTagsCategory("business_logic"); - public static final ApplicationSecurityWafCustomRuleTagsCategory SECURITY_RESPONSES = - new ApplicationSecurityWafCustomRuleTagsCategory("security_responses"); + public static final ApplicationSecurityWafCustomRuleTagsCategory SECURITY_RESPONSE = + new ApplicationSecurityWafCustomRuleTagsCategory("security_response"); ApplicationSecurityWafCustomRuleTagsCategory(String value) { super(value, allowedValues);