Skip to content

Commit 2207e3b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
fix typo (#2049)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent e320233 commit 2207e3b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-07 15:58:47.022889",
8-
"spec_repo_commit": "1ff7c087"
7+
"regenerated": "2025-02-10 19:09:32.740537",
8+
"spec_repo_commit": "824f78a1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-07 15:58:47.038214",
13-
"spec_repo_commit": "1ff7c087"
12+
"regenerated": "2025-02-10 19:09:32.756088",
13+
"spec_repo_commit": "824f78a1"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+1-1
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:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
1111
*/
1212
export class FastlyService {
1313
/**
14-
* The id of the Fastly service
14+
* The ID of the Fastly service
1515
*/
1616
"id": string;
1717
/**

0 commit comments

Comments
 (0)