Skip to content

Commit f65ee2d

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

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:46.331587",
8-
"spec_repo_commit": "1ff7c087"
7+
"regenerated": "2025-02-10 19:09:34.070491",
8+
"spec_repo_commit": "824f78a1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-07 15:58:46.346813",
13-
"spec_repo_commit": "1ff7c087"
12+
"regenerated": "2025-02-10 19:09:34.086424",
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:

lib/datadog_api_client/v2/models/fastly_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
2121
class FastlyService
2222
include BaseGenericModel
2323

24-
# The id of the Fastly service
24+
# The ID of the Fastly service
2525
attr_reader :id
2626

2727
# A list of tags for the Fastly service.

0 commit comments

Comments
 (0)