Skip to content

Commit

Permalink
Regenerate client from commit 76753e01 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 11, 2024
1 parent 8371e9d commit 6d5b168
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-10 16:13:59.439362",
"spec_repo_commit": "f84630e6"
"regenerated": "2024-01-11 20:56:52.871671",
"spec_repo_commit": "76753e01"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-10 16:13:59.452938",
"spec_repo_commit": "f84630e6"
"regenerated": "2024-01-11 20:56:52.888602",
"spec_repo_commit": "76753e01"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4750,7 +4750,7 @@ components:
content:
$ref: '#/components/schemas/LogContent'
id:
description: Unique ID of the Log.
description: ID of the Log.
example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
type: string
type: object
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/model/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self_, content: Union[LogContent, UnsetType] = unset, id: Union[str
:param content: JSON object containing all log attributes and their associated values.
:type content: LogContent, optional
:param id: Unique ID of the Log.
:param id: ID of the Log.
:type id: str, optional
"""
if content is not unset:
Expand Down

0 comments on commit 6d5b168

Please sign in to comment.