Skip to content

Commit dc7024c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix typo (#1209)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fbbb2fc commit dc7024c

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.4",
7-
"regenerated": "2022-10-28 16:05:49.247170",
8-
"spec_repo_commit": "808b1054"
7+
"regenerated": "2022-10-31 15:17:19.261931",
8+
"spec_repo_commit": "41479b46"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-28 16:05:49.259231",
13-
"spec_repo_commit": "808b1054"
12+
"regenerated": "2022-10-31 15:17:19.275047",
13+
"spec_repo_commit": "41479b46"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16639,7 +16639,7 @@ paths:
1663916639
- Usage Metering
1664016640
/api/v2/usage/hourly_usage:
1664116641
get:
16642-
description: Get hourly usage by product family
16642+
description: Get hourly usage by product family.
1664316643
operationId: GetHourlyUsage
1664416644
parameters:
1664516645
- description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]

src/datadog_api_client/v2/api/usage_metering_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def get_hourly_usage(
417417
) -> HourlyUsageResponse:
418418
"""Get hourly usage by product family.
419419
420-
Get hourly usage by product family
420+
Get hourly usage by product family.
421421
422422
:param filter_timestamp_start: Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
423423
:type filter_timestamp_start: datetime

0 commit comments

Comments
 (0)