Skip to content

Commit 49a4fe1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a78a271d of spec repo
1 parent 1e54c78 commit 49a4fe1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.apigentools-info

+4-4
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": "2025-01-22 15:54:08.561505",
8-
"spec_repo_commit": "7a8ea4b1"
7+
"regenerated": "2025-01-22 19:48:23.624857",
8+
"spec_repo_commit": "a78a271d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-22 15:54:08.576092",
13-
"spec_repo_commit": "7a8ea4b1"
12+
"regenerated": "2025-01-22 19:48:23.639183",
13+
"spec_repo_commit": "a78a271d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ components:
17911791
- base_severity
17921792
type: object
17931793
ApiID:
1794-
description: API identifier.
1794+
description: Test
17951795
example: 90646597-5fdb-4a17-a240-647003f8c028
17961796
format: uuid
17971797
type: string

src/datadog_api_client/v2/model/create_open_api_response_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545
:param attributes: Attributes for ``CreateOpenAPI``.
4646
:type attributes: CreateOpenAPIResponseAttributes, optional
4747
48-
:param id: API identifier.
48+
:param id: Test
4949
:type id: UUID, optional
5050
"""
5151
if attributes is not unset:

src/datadog_api_client/v2/model/list_apis_response_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545
:param attributes: Attributes for ``ListAPIsResponseData``.
4646
:type attributes: ListAPIsResponseDataAttributes, optional
4747
48-
:param id: API identifier.
48+
:param id: Test
4949
:type id: UUID, optional
5050
"""
5151
if attributes is not unset:

src/datadog_api_client/v2/model/update_open_api_response_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545
:param attributes: Attributes for ``UpdateOpenAPI``.
4646
:type attributes: UpdateOpenAPIResponseAttributes, optional
4747
48-
:param id: API identifier.
48+
:param id: Test
4949
:type id: UUID, optional
5050
"""
5151
if attributes is not unset:

0 commit comments

Comments
 (0)