Skip to content

Commit eebd580

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
fix typo (#511)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 3ddc49a commit eebd580

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-07 15:58:39.824016",
8-
"spec_repo_commit": "1ff7c087"
7+
"regenerated": "2025-02-10 19:09:28.614674",
8+
"spec_repo_commit": "824f78a1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-07 15:58:39.839881",
13-
"spec_repo_commit": "1ff7c087"
12+
"regenerated": "2025-02-10 19:09:28.634477",
13+
"spec_repo_commit": "824f78a1"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11903,7 +11903,7 @@ components:
1190311903
description: The schema representation of a Fastly service.
1190411904
properties:
1190511905
id:
11906-
description: The id of the Fastly service
11906+
description: The ID of the Fastly service
1190711907
example: 6abc7de6893AbcDe9fghIj
1190811908
type: string
1190911909
tags:

src/datadogV2/model/model_fastly_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::fmt::{self, Formatter};
1111
#[skip_serializing_none]
1212
#[derive(Clone, Debug, PartialEq, Serialize)]
1313
pub struct FastlyService {
14-
/// The id of the Fastly service
14+
/// The ID of the Fastly service
1515
#[serde(rename = "id")]
1616
pub id: String,
1717
/// A list of tags for the Fastly service.

0 commit comments

Comments
 (0)