Skip to content

Commit cef9580

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4e5906d6 of spec repo
1 parent 55b465d commit cef9580

20 files changed

+161
-101
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": "2025-01-17 19:31:36.926082",
8-
"spec_repo_commit": "45186abe"
7+
"regenerated": "2025-01-17 20:19:19.375093",
8+
"spec_repo_commit": "4e5906d6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-17 19:31:36.940864",
13-
"spec_repo_commit": "45186abe"
12+
"regenerated": "2025-01-17 20:19:19.390248",
13+
"spec_repo_commit": "4e5906d6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7378,9 +7378,20 @@ components:
73787378
properties:
73797379
attributes:
73807380
$ref: '#/components/schemas/CreateDataDeletionRequestBodyAttributes'
7381+
type:
7382+
$ref: '#/components/schemas/CreateDataDeletionRequestBodyDataType'
73817383
required:
73827384
- attributes
7385+
- type
73837386
type: object
7387+
CreateDataDeletionRequestBodyDataType:
7388+
description: The deletion request type.
7389+
enum:
7390+
- create_deletion_req
7391+
example: create_deletion_req
7392+
type: string
7393+
x-enum-varnames:
7394+
- CREATE_DELETION_REQ
73847395
CreateDataDeletionResponseBody:
73857396
description: The response from the create data deletion request endpoint.
73867397
properties:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-12-05T09:23:41.160Z
1+
2025-01-15T14:25:54.929Z

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-12-05T09:23:41.674Z
1+
2025-01-15T14:26:08.930Z

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-12-05T09:23:42.850Z
1+
2025-01-15T14:26:26.195Z

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-12-05T09:23:43.197Z
1+
2025-01-15T14:27:27.929Z

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)