Skip to content

Commit

Permalink
Regenerate client from commit 0eabb4b of spec repo (#510)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jul 7, 2021
1 parent e0cbfa9 commit 6dfa946
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-06 10:22:35.169011",
"spec_repo_commit": "cbb2404"
"regenerated": "2021-07-07 06:41:55.952850",
"spec_repo_commit": "0eabb4b"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-06 10:23:00.356460",
"spec_repo_commit": "cbb2404"
"regenerated": "2021-07-07 06:42:22.677446",
"spec_repo_commit": "0eabb4b"
}
}
}
8 changes: 4 additions & 4 deletions docs/v1/UsageMeteringApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ configuration.unstable_operations["get_specified_daily_custom_reports"] = True
with ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = usage_metering_api.UsageMeteringApi(api_client)
report_id = "report_id_example" # str | The specified ID to search results for.
report_id = "report_id_example" # str | Date of the report in the format `YYYY-MM-DD`.

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

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

### Return type

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

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

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

### Return type

Expand Down
4 changes: 2 additions & 2 deletions src/datadog_api_client/v1/api/usage_metering_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ def get_specified_daily_custom_reports(self, report_id, **kwargs):
>>> result = thread.get()
Args:
report_id (str): The specified ID to search results for.
report_id (str): Date of the report in the format `YYYY-MM-DD`.
Keyword Args:
_return_http_data_only (bool): response data without head status
Expand Down Expand Up @@ -1827,7 +1827,7 @@ def get_specified_monthly_custom_reports(self, report_id, **kwargs):
>>> result = thread.get()
Args:
report_id (str): The specified ID to search results for.
report_id (str): Date of the report in the format `YYYY-MM-DD`.
Keyword Args:
_return_http_data_only (bool): response data without head status
Expand Down
4 changes: 2 additions & 2 deletions src/datadog_api_client/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14055,7 +14055,7 @@ paths:
description: Get specified daily custom reports.
operationId: GetSpecifiedDailyCustomReports
parameters:
- description: The specified ID to search results for.
- description: Date of the report in the format `YYYY-MM-DD`.
in: path
name: report_id
required: true
Expand Down Expand Up @@ -18176,7 +18176,7 @@ paths:
description: Get specified monthly custom reports.
operationId: GetSpecifiedMonthlyCustomReports
parameters:
- description: The specified ID to search results for.
- description: Date of the report in the format `YYYY-MM-DD`.
in: path
name: report_id
required: true
Expand Down

0 comments on commit 6dfa946

Please sign in to comment.