From 08de9e09685da8a289c39b9c75127e0b146227c8 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 28 Oct 2025 14:26:52 +0000 Subject: [PATCH] Regenerate client from commit 95b8434 of spec repo --- .../com/datadog/api/client/v2/api/data_deletion.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature b/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature index 6bfc942e2a7..4085e586ba1 100644 --- a/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature +++ b/src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature @@ -17,7 +17,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/supportability-engineering + @team:DataDog/supportability-engineering Scenario: Cancels a data deletion request returns "OK" response Given operation "CancelDataDeletionRequest" enabled And there is a valid "deletion_request" in the system @@ -47,7 +47,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/supportability-engineering + @team:DataDog/supportability-engineering Scenario: Creates a data deletion request returns "OK" response Given operation "CreateDataDeletionRequest" enabled And new "CreateDataDeletionRequest" request @@ -75,7 +75,7 @@ Feature: Data Deletion When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/supportability-engineering + @team:DataDog/supportability-engineering Scenario: Gets a list of data deletion requests returns "OK" response Given operation "GetDataDeletionRequests" enabled And there is a valid "deletion_request" in the system