Skip to content

Commit ce47a73

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 95803388 of spec repo
1 parent 7e821b8 commit ce47a73

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-03 18:40:55.419242",
8-
"spec_repo_commit": "ce3146c2"
7+
"regenerated": "2024-12-04 11:29:43.601409",
8+
"spec_repo_commit": "95803388"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-03 18:40:55.438438",
13-
"spec_repo_commit": "ce3146c2"
12+
"regenerated": "2024-12-04 11:29:43.624776",
13+
"spec_repo_commit": "95803388"
1414
}
1515
}
1616
}

features/v2/data_deletion.feature

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

12-
@team:DataDog/supportability-engineering
12+
@generated @skip @team:DataDog/supportability-engineering
1313
Scenario: Cancels a data deletion request returns "Bad Request" response
1414
Given new "CancelDataDeletionRequest" request
15-
And request contains "id" parameter with value "id-1"
15+
And request contains "id" parameter from "REPLACE.ME"
1616
When the request is sent
1717
Then the response status is 400 Bad Request
1818

@@ -28,10 +28,10 @@ Feature: Data Deletion
2828
And the response "data.attributes.product" is equal to "{{ deletion_request.data.attributes.product }}"
2929
And the response "data.attributes.status" is equal to "canceled"
3030

31-
@team:DataDog/supportability-engineering
31+
@generated @skip @team:DataDog/supportability-engineering
3232
Scenario: Cancels a data deletion request returns "Precondition failed error" response
3333
Given new "CancelDataDeletionRequest" request
34-
And request contains "id" parameter with value "-1"
34+
And request contains "id" parameter from "REPLACE.ME"
3535
When the request is sent
3636
Then the response status is 412 Precondition failed error
3737

@@ -54,11 +54,11 @@ Feature: Data Deletion
5454
And the response "data.attributes.product" is equal to "logs"
5555
And the response "data.attributes.status" is equal to "pending"
5656

57-
@team:DataDog/supportability-engineering
57+
@generated @skip @team:DataDog/supportability-engineering
5858
Scenario: Creates a data deletion request returns "Precondition failed error" response
5959
Given new "CreateDataDeletionRequest" request
60-
And request contains "product" parameter with value "logs"
61-
And body with value {"data": {"attributes": {"from": 1672527600000, "indexes": ["index-1", "index-2"], "query": {}, "to": 1704063600000}}}
60+
And request contains "product" parameter from "REPLACE.ME"
61+
And body with value {"data": {"attributes": {"from": 1672527600000, "indexes": ["index-1", "index-2"], "query": {"host": "abc", "service": "xyz"}, "to": 1704063600000}}}
6262
When the request is sent
6363
Then the response status is 412 Precondition failed error
6464

0 commit comments

Comments
 (0)