Skip to content

Commit d635a2a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Update description of log id (#1480)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 955141d commit d635a2a

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-10 16:14:07.606876",
8-
"spec_repo_commit": "f84630e6"
7+
"regenerated": "2024-01-11 20:57:02.865161",
8+
"spec_repo_commit": "76753e01"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-10 16:14:07.627893",
13-
"spec_repo_commit": "f84630e6"
12+
"regenerated": "2024-01-11 20:57:02.888892",
13+
"spec_repo_commit": "76753e01"
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)