File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4750,7 +4750,7 @@ components:
4750
4750
content:
4751
4751
$ref: '#/components/schemas/LogContent'
4752
4752
id:
4753
- description: Unique ID of the Log.
4753
+ description: ID of the Log.
4754
4754
example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
4755
4755
type: string
4756
4756
type: object
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export class Log {
16
16
*/
17
17
"content" ?: LogContent ;
18
18
/**
19
- * Unique ID of the Log.
19
+ * ID of the Log.
20
20
*/
21
21
"id" ?: string ;
22
22
You can’t perform that action at this time.
0 commit comments