Skip to content

Commit d5c245f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit afeee03 of spec repo
1 parent 80b3c5e commit d5c245f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "4727afe",
3-
"generated": "2025-07-23 15:38:09.593"
2+
"spec_repo_commit": "afeee03",
3+
"generated": "2025-07-24 08:54:18.254"
44
}

src/test/resources/com/datadog/api/client/v2/api/data_deletion.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Feature: Data Deletion
99
And a valid "appKeyAuth" key in the system
1010
And an instance of "DataDeletion" API
1111

12-
@replay-only @team:DataDog/supportability-engineering
12+
@skip @team:DataDog/supportability-engineering
1313
Scenario: Cancels a data deletion request returns "Bad Request" response
1414
Given operation "CancelDataDeletionRequest" enabled
1515
And new "CancelDataDeletionRequest" request
1616
And request contains "id" parameter with value "id-1"
1717
When the request is sent
1818
Then the response status is 400 Bad Request
1919

20-
@team:DataDog/supportability-engineering
20+
@skip @team:DataDog/supportability-engineering
2121
Scenario: Cancels a data deletion request returns "OK" response
2222
Given operation "CancelDataDeletionRequest" enabled
2323
And there is a valid "deletion_request" in the system
@@ -30,7 +30,7 @@ Feature: Data Deletion
3030
And the response "data.attributes.product" is equal to "{{ deletion_request.data.attributes.product }}"
3131
And the response "data.attributes.status" is equal to "canceled"
3232

33-
@replay-only @team:DataDog/supportability-engineering
33+
@skip @team:DataDog/supportability-engineering
3434
Scenario: Cancels a data deletion request returns "Precondition failed error" response
3535
Given operation "CancelDataDeletionRequest" enabled
3636
And new "CancelDataDeletionRequest" request
@@ -47,7 +47,7 @@ Feature: Data Deletion
4747
When the request is sent
4848
Then the response status is 400 Bad Request
4949

50-
@team:DataDog/supportability-engineering
50+
@skip @team:DataDog/supportability-engineering
5151
Scenario: Creates a data deletion request returns "OK" response
5252
Given operation "CreateDataDeletionRequest" enabled
5353
And new "CreateDataDeletionRequest" request
@@ -59,7 +59,7 @@ Feature: Data Deletion
5959
And the response "data.attributes.product" is equal to "logs"
6060
And the response "data.attributes.status" is equal to "pending"
6161

62-
@replay-only @team:DataDog/supportability-engineering
62+
@skip @team:DataDog/supportability-engineering
6363
Scenario: Creates a data deletion request returns "Precondition failed error" response
6464
Given operation "CreateDataDeletionRequest" enabled
6565
And new "CreateDataDeletionRequest" request
@@ -75,7 +75,7 @@ Feature: Data Deletion
7575
When the request is sent
7676
Then the response status is 400 Bad Request
7777

78-
@team:DataDog/supportability-engineering
78+
@skip @team:DataDog/supportability-engineering
7979
Scenario: Gets a list of data deletion requests returns "OK" response
8080
Given operation "GetDataDeletionRequests" enabled
8181
And there is a valid "deletion_request" in the system

0 commit comments

Comments
 (0)