Skip to content

Commit 828d20a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0e2fd6e4 of spec repo
1 parent 884c62f commit 828d20a

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-15 18:03:14.352874",
8-
"spec_repo_commit": "e54847a1"
7+
"regenerated": "2025-01-16 08:29:01.886530",
8+
"spec_repo_commit": "0e2fd6e4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-15 18:03:14.368560",
13-
"spec_repo_commit": "e54847a1"
12+
"regenerated": "2025-01-16 08:29:01.901643",
13+
"spec_repo_commit": "0e2fd6e4"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7194,9 +7194,20 @@ components:
71947194
properties:
71957195
attributes:
71967196
$ref: '#/components/schemas/CreateDataDeletionRequestBodyAttributes'
7197+
type:
7198+
$ref: '#/components/schemas/CreateDataDeletionRequestBodyDataType'
71977199
required:
71987200
- attributes
7201+
- type
71997202
type: object
7203+
CreateDataDeletionRequestBodyDataType:
7204+
description: The deletion request type.
7205+
enum:
7206+
- create_deletion_req
7207+
example: create_deletion_req
7208+
type: string
7209+
x-enum-varnames:
7210+
- CREATE_DELETION_REQ
72007211
CreateDataDeletionResponseBody:
72017212
description: The response from the create data deletion request endpoint.
72027213
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)