Skip to content

Commit 301bbde

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix typo (#879)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 5fb7a46 commit 301bbde

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:58.735732",
8-
"spec_repo_commit": "808b1054"
7+
"regenerated": "2022-10-31 15:17:23.332396",
8+
"spec_repo_commit": "41479b46"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-28 16:05:58.752444",
13-
"spec_repo_commit": "808b1054"
12+
"regenerated": "2022-10-31 15:17:23.344715",
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]

packages/datadog-api-client-v2/apis/UsageMeteringApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ export class UsageMeteringApi {
11361136
}
11371137

11381138
/**
1139-
* Get hourly usage by product family
1139+
* Get hourly usage by product family.
11401140
* @param param The request object
11411141
*/
11421142
public getHourlyUsage(

0 commit comments

Comments
 (0)