Skip to content

Commit f0efb1a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 0eabb4b of spec repo (#209)
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 8665f80 commit f0efb1a

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
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.4.1.dev11",
7-
"regenerated": "2021-07-06 10:25:09.218643",
8-
"spec_repo_commit": "cbb2404"
7+
"regenerated": "2021-07-07 06:44:40.468768",
8+
"spec_repo_commit": "0eabb4b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-07-06 10:26:26.387797",
13-
"spec_repo_commit": "cbb2404"
12+
"regenerated": "2021-07-07 06:46:04.090008",
13+
"spec_repo_commit": "0eabb4b"
1414
}
1515
}
1616
}

docs/v1/UsageMeteringApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ const configuration = v1.createConfiguration();
301301
const apiInstance = new v1.UsageMeteringApi(configuration);
302302

303303
let params:v1.UsageMeteringApiGetSpecifiedDailyCustomReportsRequest = {
304-
// string | The specified ID to search results for.
304+
// string | Date of the report in the format `YYYY-MM-DD`.
305305
reportId: "report_id_example",
306306
};
307307

@@ -315,7 +315,7 @@ apiInstance.getSpecifiedDailyCustomReports(params).then((data:any) => {
315315

316316
Name | Type | Description | Notes
317317
------------- | ------------- | ------------- | -------------
318-
**reportId** | [**string**] | The specified ID to search results for. | defaults to undefined
318+
**reportId** | [**string**] | Date of the report in the format &#x60;YYYY-MM-DD&#x60;. | defaults to undefined
319319

320320

321321
### Return type
@@ -357,7 +357,7 @@ const configuration = v1.createConfiguration();
357357
const apiInstance = new v1.UsageMeteringApi(configuration);
358358

359359
let params:v1.UsageMeteringApiGetSpecifiedMonthlyCustomReportsRequest = {
360-
// string | The specified ID to search results for.
360+
// string | Date of the report in the format `YYYY-MM-DD`.
361361
reportId: "report_id_example",
362362
};
363363

@@ -371,7 +371,7 @@ apiInstance.getSpecifiedMonthlyCustomReports(params).then((data:any) => {
371371

372372
Name | Type | Description | Notes
373373
------------- | ------------- | ------------- | -------------
374-
**reportId** | [**string**] | The specified ID to search results for. | defaults to undefined
374+
**reportId** | [**string**] | Date of the report in the format &#x60;YYYY-MM-DD&#x60;. | defaults to undefined
375375

376376

377377
### Return type

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory {
328328
/**
329329
* Get specified daily custom reports.
330330
* Get specified daily custom reports
331-
* @param reportId The specified ID to search results for.
331+
* @param reportId Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
332332
*/
333333
public async getSpecifiedDailyCustomReports(
334334
reportId: string,
@@ -382,7 +382,7 @@ export class UsageMeteringApiRequestFactory extends BaseAPIRequestFactory {
382382
/**
383383
* Get specified monthly custom reports.
384384
* Get specified monthly custom reports
385-
* @param reportId The specified ID to search results for.
385+
* @param reportId Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
386386
*/
387387
public async getSpecifiedMonthlyCustomReports(
388388
reportId: string,

packages/datadog-api-client-v1/types/ObjectParamAPI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4720,7 +4720,7 @@ export interface UsageMeteringApiGetMonthlyCustomReportsRequest {
47204720

47214721
export interface UsageMeteringApiGetSpecifiedDailyCustomReportsRequest {
47224722
/**
4723-
* The specified ID to search results for.
4723+
* Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
47244724
* @type string
47254725
* @memberof UsageMeteringApigetSpecifiedDailyCustomReports
47264726
*/
@@ -4729,7 +4729,7 @@ export interface UsageMeteringApiGetSpecifiedDailyCustomReportsRequest {
47294729

47304730
export interface UsageMeteringApiGetSpecifiedMonthlyCustomReportsRequest {
47314731
/**
4732-
* The specified ID to search results for.
4732+
* Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
47334733
* @type string
47344734
* @memberof UsageMeteringApigetSpecifiedMonthlyCustomReports
47354735
*/

packages/datadog-api-client-v1/types/ObservableAPI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7817,7 +7817,7 @@ export class ObservableUsageMeteringApi {
78177817
/**
78187818
* Get specified daily custom reports.
78197819
* Get specified daily custom reports
7820-
* @param reportId The specified ID to search results for.
7820+
* @param reportId Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
78217821
*/
78227822
public getSpecifiedDailyCustomReports(
78237823
reportId: string,
@@ -7860,7 +7860,7 @@ export class ObservableUsageMeteringApi {
78607860
/**
78617861
* Get specified monthly custom reports.
78627862
* Get specified monthly custom reports
7863-
* @param reportId The specified ID to search results for.
7863+
* @param reportId Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
78647864
*/
78657865
public getSpecifiedMonthlyCustomReports(
78667866
reportId: string,

packages/datadog-api-client-v1/types/PromiseAPI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3128,7 +3128,7 @@ export class PromiseUsageMeteringApi {
31283128
/**
31293129
* Get specified daily custom reports.
31303130
* Get specified daily custom reports
3131-
* @param reportId The specified ID to search results for.
3131+
* @param reportId Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
31323132
*/
31333133
public getSpecifiedDailyCustomReports(
31343134
reportId: string,
@@ -3141,7 +3141,7 @@ export class PromiseUsageMeteringApi {
31413141
/**
31423142
* Get specified monthly custom reports.
31433143
* Get specified monthly custom reports
3144-
* @param reportId The specified ID to search results for.
3144+
* @param reportId Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
31453145
*/
31463146
public getSpecifiedMonthlyCustomReports(
31473147
reportId: string,

0 commit comments

Comments
 (0)