Skip to content

Commit 2e20569

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cba682f9 of spec repo
1 parent 9f73f70 commit 2e20569

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:09.635963",
8-
"spec_repo_commit": "b52549d9"
7+
"regenerated": "2025-02-04 13:46:03.168515",
8+
"spec_repo_commit": "cba682f9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-03 19:47:09.652236",
13-
"spec_repo_commit": "b52549d9"
12+
"regenerated": "2025-02-04 13:46:03.184105",
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/main/java/com/datadog/api/client/v2/model/CreateOpenAPIResponseData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public CreateOpenAPIResponseData id(UUID id) {
6060
}
6161

6262
/**
63-
* API identifier.
63+
* Test
6464
*
6565
* @return id
6666
*/

src/main/java/com/datadog/api/client/v2/model/ListAPIsResponseData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public ListAPIsResponseData id(UUID id) {
6060
}
6161

6262
/**
63-
* API identifier.
63+
* Test
6464
*
6565
* @return id
6666
*/

src/main/java/com/datadog/api/client/v2/model/UpdateOpenAPIResponseData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public UpdateOpenAPIResponseData id(UUID id) {
6060
}
6161

6262
/**
63-
* API identifier.
63+
* Test
6464
*
6565
* @return id
6666
*/

0 commit comments

Comments
 (0)