Skip to content

Commit 6dfa946

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit 0eabb4b of spec repo (#510)
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 e0cbfa9 commit 6dfa946

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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:22:35.169011",
8-
"spec_repo_commit": "cbb2404"
7+
"regenerated": "2021-07-07 06:41:55.952850",
8+
"spec_repo_commit": "0eabb4b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-07-06 10:23:00.356460",
13-
"spec_repo_commit": "cbb2404"
12+
"regenerated": "2021-07-07 06:42:22.677446",
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
@@ -355,7 +355,7 @@ configuration.unstable_operations["get_specified_daily_custom_reports"] = True
355355
with ApiClient(configuration) as api_client:
356356
# Create an instance of the API class
357357
api_instance = usage_metering_api.UsageMeteringApi(api_client)
358-
report_id = "report_id_example" # str | The specified ID to search results for.
358+
report_id = "report_id_example" # str | Date of the report in the format `YYYY-MM-DD`.
359359

360360
# example passing only required values which don't have defaults set
361361
try:
@@ -371,7 +371,7 @@ with ApiClient(configuration) as api_client:
371371

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

376376
### Return type
377377

@@ -420,7 +420,7 @@ configuration.unstable_operations["get_specified_monthly_custom_reports"] = True
420420
with ApiClient(configuration) as api_client:
421421
# Create an instance of the API class
422422
api_instance = usage_metering_api.UsageMeteringApi(api_client)
423-
report_id = "report_id_example" # str | The specified ID to search results for.
423+
report_id = "report_id_example" # str | Date of the report in the format `YYYY-MM-DD`.
424424

425425
# example passing only required values which don't have defaults set
426426
try:
@@ -436,7 +436,7 @@ with ApiClient(configuration) as api_client:
436436

437437
Name | Type | Description | Notes
438438
------------- | ------------- | ------------- | -------------
439-
**report_id** | **str**| The specified ID to search results for. |
439+
**report_id** | **str**| Date of the report in the format &#x60;YYYY-MM-DD&#x60;. |
440440

441441
### Return type
442442

src/datadog_api_client/v1/api/usage_metering_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ def get_specified_daily_custom_reports(self, report_id, **kwargs):
17841784
>>> result = thread.get()
17851785
17861786
Args:
1787-
report_id (str): The specified ID to search results for.
1787+
report_id (str): Date of the report in the format `YYYY-MM-DD`.
17881788
17891789
Keyword Args:
17901790
_return_http_data_only (bool): response data without head status
@@ -1827,7 +1827,7 @@ def get_specified_monthly_custom_reports(self, report_id, **kwargs):
18271827
>>> result = thread.get()
18281828
18291829
Args:
1830-
report_id (str): The specified ID to search results for.
1830+
report_id (str): Date of the report in the format `YYYY-MM-DD`.
18311831
18321832
Keyword Args:
18331833
_return_http_data_only (bool): response data without head status

src/datadog_api_client/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14055,7 +14055,7 @@ paths:
1405514055
description: Get specified daily custom reports.
1405614056
operationId: GetSpecifiedDailyCustomReports
1405714057
parameters:
14058-
- description: The specified ID to search results for.
14058+
- description: Date of the report in the format `YYYY-MM-DD`.
1405914059
in: path
1406014060
name: report_id
1406114061
required: true
@@ -18176,7 +18176,7 @@ paths:
1817618176
description: Get specified monthly custom reports.
1817718177
operationId: GetSpecifiedMonthlyCustomReports
1817818178
parameters:
18179-
- description: The specified ID to search results for.
18179+
- description: Date of the report in the format `YYYY-MM-DD`.
1818018180
in: path
1818118181
name: report_id
1818218182
required: true

0 commit comments

Comments
 (0)