Skip to content

Commit d8b5908

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update description of log id (#1831)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 8371e9d commit d8b5908

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:13:59.439362",
8-
"spec_repo_commit": "f84630e6"
7+
"regenerated": "2024-01-11 20:56:52.871671",
8+
"spec_repo_commit": "76753e01"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-10 16:13:59.452938",
13-
"spec_repo_commit": "f84630e6"
12+
"regenerated": "2024-01-11 20:56:52.888602",
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

src/datadog_api_client/v1/model/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self_, content: Union[LogContent, UnsetType] = unset, id: Union[str
3939
:param content: JSON object containing all log attributes and their associated values.
4040
:type content: LogContent, optional
4141
42-
:param id: Unique ID of the Log.
42+
:param id: ID of the Log.
4343
:type id: str, optional
4444
"""
4545
if content is not unset:

0 commit comments

Comments
 (0)