Skip to content

Commit 1f26901

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 61ee7ef0 of spec repo
1 parent 7505af3 commit 1f26901

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-01-09 20:22:57.679859",
8-
"spec_repo_commit": "ba6497ef"
7+
"regenerated": "2024-01-10 20:16:58.144683",
8+
"spec_repo_commit": "61ee7ef0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-09 20:22:57.694347",
13-
"spec_repo_commit": "ba6497ef"
12+
"regenerated": "2024-01-10 20:16:58.159494",
13+
"spec_repo_commit": "61ee7ef0"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4750,7 +4750,7 @@ components:
47504750
content:
47514751
$ref: '#/components/schemas/LogContent'
47524752
id:
4753-
description: Unique ID of the Log.
4753+
description: ID of the Log.
47544754
example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
47554755
type: string
47564756
type: object

packages/datadog-api-client-v1/models/Log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class Log {
1616
*/
1717
"content"?: LogContent;
1818
/**
19-
* Unique ID of the Log.
19+
* ID of the Log.
2020
*/
2121
"id"?: string;
2222

0 commit comments

Comments
 (0)