Skip to content

Commit e417e1a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a78a271d of spec repo
1 parent 709d7ec commit e417e1a

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:06.915165",
8-
"spec_repo_commit": "7a8ea4b1"
7+
"regenerated": "2025-01-22 19:48:22.746135",
8+
"spec_repo_commit": "a78a271d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-22 15:54:06.930505",
13-
"spec_repo_commit": "7a8ea4b1"
12+
"regenerated": "2025-01-22 19:48:22.762048",
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/datadogV2/model/model_create_open_api_response_data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct CreateOpenAPIResponseData {
1414
/// Attributes for `CreateOpenAPI`.
1515
#[serde(rename = "attributes")]
1616
pub attributes: Option<crate::datadogV2::model::CreateOpenAPIResponseAttributes>,
17-
/// API identifier.
17+
/// Test
1818
#[serde(rename = "id")]
1919
pub id: Option<uuid::Uuid>,
2020
#[serde(flatten)]

src/datadogV2/model/model_list_apis_response_data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct ListAPIsResponseData {
1414
/// Attributes for `ListAPIsResponseData`.
1515
#[serde(rename = "attributes")]
1616
pub attributes: Option<crate::datadogV2::model::ListAPIsResponseDataAttributes>,
17-
/// API identifier.
17+
/// Test
1818
#[serde(rename = "id")]
1919
pub id: Option<uuid::Uuid>,
2020
#[serde(flatten)]

src/datadogV2/model/model_update_open_api_response_data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct UpdateOpenAPIResponseData {
1414
/// Attributes for `UpdateOpenAPI`.
1515
#[serde(rename = "attributes")]
1616
pub attributes: Option<crate::datadogV2::model::UpdateOpenAPIResponseAttributes>,
17-
/// API identifier.
17+
/// Test
1818
#[serde(rename = "id")]
1919
pub id: Option<uuid::Uuid>,
2020
#[serde(flatten)]

0 commit comments

Comments
 (0)