Skip to content

Commit f042b08

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
fix typo (#2405)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 136ca50 commit f042b08

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

src/datadog_api_client/v2/model/fastly_service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self_, id: str, tags: Union[List[str], UnsetType] = unset, **kwargs
3030
"""
3131
The schema representation of a Fastly service.
3232
33-
:param id: The id of the Fastly service
33+
:param id: The ID of the Fastly service
3434
:type id: str
3535
3636
:param tags: A list of tags for the Fastly service.

0 commit comments

Comments
 (0)