Skip to content

Commit dcaa07a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a78a271d of spec repo
1 parent fcf6600 commit dcaa07a

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:14.847003",
8-
"spec_repo_commit": "7a8ea4b1"
7+
"regenerated": "2025-01-22 19:48:21.880000",
8+
"spec_repo_commit": "a78a271d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-22 15:54:14.862105",
13-
"spec_repo_commit": "7a8ea4b1"
12+
"regenerated": "2025-01-22 19:48:21.895638",
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

packages/datadog-api-client-v2/models/CreateOpenAPIResponseData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class CreateOpenAPIResponseData {
1616
*/
1717
"attributes"?: CreateOpenAPIResponseAttributes;
1818
/**
19-
* API identifier.
19+
* Test
2020
*/
2121
"id"?: string;
2222

packages/datadog-api-client-v2/models/ListAPIsResponseData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class ListAPIsResponseData {
1616
*/
1717
"attributes"?: ListAPIsResponseDataAttributes;
1818
/**
19-
* API identifier.
19+
* Test
2020
*/
2121
"id"?: string;
2222

packages/datadog-api-client-v2/models/UpdateOpenAPIResponseData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class UpdateOpenAPIResponseData {
1616
*/
1717
"attributes"?: UpdateOpenAPIResponseAttributes;
1818
/**
19-
* API identifier.
19+
* Test
2020
*/
2121
"id"?: string;
2222

0 commit comments

Comments
 (0)