diff --git a/.apigentools-info b/.apigentools-info index 550bf563b92..450d4ca26d0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-30 19:54:42.844276", - "spec_repo_commit": "4f95b6c2" + "regenerated": "2025-05-01 18:50:11.181805", + "spec_repo_commit": "7eb88f6a" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-04-30 19:54:42.860713", - "spec_repo_commit": "4f95b6c2" + "regenerated": "2025-05-01 18:50:11.200952", + "spec_repo_commit": "7eb88f6a" } } } \ No newline at end of file diff --git a/src/test/resources/com/datadog/api/client/v2/api/security_monitoring.feature b/src/test/resources/com/datadog/api/client/v2/api/security_monitoring.feature index 05ed7211b50..0d71c0b6e18 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/security_monitoring.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/security_monitoring.feature @@ -186,7 +186,7 @@ Feature: Security Monitoring When the request is sent Then the response status is 409 Conflict - @team:DataDog/k9-cloud-security-platform + @replay-only @team:DataDog/k9-cloud-security-platform Scenario: Create a custom framework returns "OK" response Given new "CreateCustomFramework" request And body with value {"data":{"type":"custom_framework","attributes":{"name":"name","handle":"create-framework-new","version":"10","icon_url":"test-url","requirements":[{"name":"requirement","controls":[{"name":"control","rules_id":["def-000-be9"]}]}]}}} @@ -364,7 +364,7 @@ Feature: Security Monitoring When the request is sent Then the response status is 400 Bad Request - @team:DataDog/k9-cloud-security-platform + @replay-only @team:DataDog/k9-cloud-security-platform Scenario: Delete a custom framework returns "OK" response Given there is a valid "custom_framework" in the system And new "DeleteCustomFramework" request @@ -1150,7 +1150,7 @@ Feature: Security Monitoring When the request is sent Then the response status is 400 Bad Request - @team:DataDog/k9-cloud-security-platform + @replay-only @team:DataDog/k9-cloud-security-platform Scenario: Update a custom framework returns "OK" response Given there is a valid "custom_framework" in the system And new "UpdateCustomFramework" request