Skip to content

Commit

Permalink
Regenerate client from commit cba682f9 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 4, 2025
1 parent 19f914a commit 5a20507
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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": "2025-02-03 19:47:11.750487",
"spec_repo_commit": "b52549d9"
"regenerated": "2025-02-04 13:46:03.674763",
"spec_repo_commit": "cba682f9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-03 19:47:11.767977",
"spec_repo_commit": "b52549d9"
"regenerated": "2025-02-04 13:46:03.689243",
"spec_repo_commit": "cba682f9"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ components:
- base_severity
type: object
ApiID:
description: API identifier.
description: Test
example: 90646597-5fdb-4a17-a240-647003f8c028
format: uuid
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
:param attributes: Attributes for ``CreateOpenAPI``.
:type attributes: CreateOpenAPIResponseAttributes, optional
:param id: API identifier.
:param id: Test
:type id: UUID, optional
"""
if attributes is not unset:
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/model/list_apis_response_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
:param attributes: Attributes for ``ListAPIsResponseData``.
:type attributes: ListAPIsResponseDataAttributes, optional
:param id: API identifier.
:param id: Test
:type id: UUID, optional
"""
if attributes is not unset:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
:param attributes: Attributes for ``UpdateOpenAPI``.
:type attributes: UpdateOpenAPIResponseAttributes, optional
:param id: API identifier.
:param id: Test
:type id: UUID, optional
"""
if attributes is not unset:
Expand Down

0 comments on commit 5a20507

Please sign in to comment.