diff --git a/.apigentools-info b/.apigentools-info index 0b30562f8425..d29fb5b8388e 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:53.688587", - "spec_repo_commit": "4468962d" + "regenerated": "2025-04-04 12:49:25.614589", + "spec_repo_commit": "73e22797" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-03 16:27:53.704116", - "spec_repo_commit": "4468962d" + "regenerated": "2025-04-04 12:49:25.630699", + "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 05e150ab5876..65222d02bfa7 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/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags_category.rb b/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags_category.rb index 4cf0434ad026..9755c0f94f0d 100644 --- a/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags_category.rb +++ b/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags_category.rb @@ -23,6 +23,6 @@ class ApplicationSecurityWafCustomRuleTagsCategory ATTACK_ATTEMPT = "attack_attempt".freeze BUSINESS_LOGIC = "business_logic".freeze - SECURITY_RESPONSES = "security_responses".freeze + SECURITY_RESPONSE = "security_response".freeze end end