Skip to content

Commit 5a20507

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cba682f9 of spec repo
1 parent 19f914a commit 5a20507

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-02-03 19:47:11.750487",
8-
"spec_repo_commit": "b52549d9"
7+
"regenerated": "2025-02-04 13:46:03.674763",
8+
"spec_repo_commit": "cba682f9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-03 19:47:11.767977",
13-
"spec_repo_commit": "b52549d9"
12+
"regenerated": "2025-02-04 13:46:03.689243",
13+
"spec_repo_commit": "cba682f9"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ components:
18231823
- base_severity
18241824
type: object
18251825
ApiID:
1826-
description: API identifier.
1826+
description: Test
18271827
example: 90646597-5fdb-4a17-a240-647003f8c028
18281828
format: uuid
18291829
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)