Skip to content

Commit 2c4ec0e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Modifies the tests and cassettes to avoid invalid indexes (#2136)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1ff6282 commit 2c4ec0e

19 files changed

+111
-88
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-05 14:55:57.388601",
8-
"spec_repo_commit": "cfc6b497"
7+
"regenerated": "2024-12-05 16:15:46.951465",
8+
"spec_repo_commit": "843392e2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-05 14:55:57.407328",
13-
"spec_repo_commit": "cfc6b497"
12+
"regenerated": "2024-12-05 16:15:46.970433",
13+
"spec_repo_commit": "843392e2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6414,8 +6414,8 @@ components:
64146414
description: List of indexes for the search. If not provided, the search
64156415
is performed in all indexes.
64166416
example:
6417-
- index-1
6418-
- index-2
6417+
- test-index
6418+
- test-index-2
64196419
items:
64206420
description: Individual index.
64216421
type: string
@@ -7783,14 +7783,16 @@ components:
77837783
description: List of indexes for the search. If not provided, the search
77847784
is performed in all indexes.
77857785
example:
7786-
- index-1
7787-
- index-2
7786+
- test-index
7787+
- test-index-2
77887788
items:
77897789
description: Individual index.
77907790
type: string
77917791
type: array
77927792
is_created:
7793-
description: Whether the deletion request is fully created or not.
7793+
description: Whether the deletion request is fully created or not. It can
7794+
take several minutes to fully create a deletion request depending on the
7795+
target query and timeframe.
77947796
example: true
77957797
type: boolean
77967798
org_id:
@@ -31137,8 +31139,8 @@ paths:
3113731139
x-codegen-request-body-name: body
3113831140
/api/v2/deletion/data/{product}:
3113931141
post:
31140-
description: Creates a data deletion request by providing a query and a time
31141-
frame targeting the proper data.
31142+
description: Creates a data deletion request by providing a query and a timeframe
31143+
targeting the proper data.
3114231144
operationId: CreateDataDeletionRequest
3114331145
parameters:
3114431146
- $ref: '#/components/parameters/ProductName'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-15T08:56:51.182Z
1+
2024-12-05T09:23:41.160Z

cassettes/features/v2/data_deletion/Cancels-a-data-deletion-request-returns-Bad-Request-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-15T08:57:02.769Z
1+
2024-12-05T09:23:41.674Z

cassettes/features/v2/data_deletion/Cancels-a-data-deletion-request-returns-OK-response.yml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-15T08:57:14.890Z
1+
2024-12-05T09:23:42.850Z

cassettes/features/v2/data_deletion/Cancels-a-data-deletion-request-returns-Precondition-failed-error-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-15T08:59:09.810Z
1+
2024-12-05T09:23:43.197Z

cassettes/features/v2/data_deletion/Creates-a-data-deletion-request-returns-OK-response.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)