Skip to content

Commit

Permalink
Regenerate client from commit 0eabb4b of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jul 7, 2021
1 parent 25c6f31 commit 68276cf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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:59.819675",
"spec_repo_commit": "cbb2404"
"regenerated": "2021-07-07 06:42:12.368420",
"spec_repo_commit": "0eabb4b"
},
"v2": {
"apigentools_version": "1.4.1.dev11",
"regenerated": "2021-07-06 10:23:41.873715",
"spec_repo_commit": "cbb2404"
"regenerated": "2021-07-07 06:42:57.567914",
"spec_repo_commit": "0eabb4b"
}
}
}
4 changes: 2 additions & 2 deletions data/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
8 changes: 4 additions & 4 deletions docs/v1/UsageMeteringAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ DatadogAPIClient::V1.configure do |config|
end

api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new
report_id = 'report_id_example' # String | The specified ID to search results for.
report_id = 'report_id_example' # String | Date of the report in the format `YYYY-MM-DD`.

begin
# Get specified daily custom reports
Expand Down Expand Up @@ -362,7 +362,7 @@ end

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **report_id** | **String** | The specified ID to search results for. | |
| **report_id** | **String** | Date of the report in the format `YYYY-MM-DD`. | |

### Return type

Expand Down Expand Up @@ -394,7 +394,7 @@ DatadogAPIClient::V1.configure do |config|
end

api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new
report_id = 'report_id_example' # String | The specified ID to search results for.
report_id = 'report_id_example' # String | Date of the report in the format `YYYY-MM-DD`.

begin
# Get specified monthly custom reports
Expand Down Expand Up @@ -427,7 +427,7 @@ end

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **report_id** | **String** | The specified ID to search results for. | |
| **report_id** | **String** | Date of the report in the format `YYYY-MM-DD`. | |

### Return type

Expand Down
8 changes: 4 additions & 4 deletions lib/datadog_api_client/v1/api/usage_metering_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def get_monthly_custom_reports_with_http_info(opts = {})

# Get specified daily custom reports
# Get specified daily custom reports.
# @param report_id [String] The specified ID to search results for.
# @param report_id [String] Date of the report in the format `YYYY-MM-DD`.
# @param [Hash] opts the optional parameters
# @return [UsageSpecifiedCustomReportsResponse]
def get_specified_daily_custom_reports(report_id, opts = {})
Expand All @@ -346,7 +346,7 @@ def get_specified_daily_custom_reports(report_id, opts = {})

# Get specified daily custom reports
# Get specified daily custom reports.
# @param report_id [String] The specified ID to search results for.
# @param report_id [String] Date of the report in the format `YYYY-MM-DD`.
# @param [Hash] opts the optional parameters
# @return [Array<(UsageSpecifiedCustomReportsResponse, Integer, Hash)>] UsageSpecifiedCustomReportsResponse data, response status code and response headers
def get_specified_daily_custom_reports_with_http_info(report_id, opts = {})
Expand Down Expand Up @@ -409,7 +409,7 @@ def get_specified_daily_custom_reports_with_http_info(report_id, opts = {})

# Get specified monthly custom reports
# Get specified monthly custom reports.
# @param report_id [String] The specified ID to search results for.
# @param report_id [String] Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
# @param [Hash] opts the optional parameters
# @return [UsageSpecifiedCustomReportsResponse]
def get_specified_monthly_custom_reports(report_id, opts = {})
Expand All @@ -419,7 +419,7 @@ def get_specified_monthly_custom_reports(report_id, opts = {})

# Get specified monthly custom reports
# Get specified monthly custom reports.
# @param report_id [String] The specified ID to search results for.
# @param report_id [String] Date of the report in the format &#x60;YYYY-MM-DD&#x60;.
# @param [Hash] opts the optional parameters
# @return [Array<(UsageSpecifiedCustomReportsResponse, Integer, Hash)>] UsageSpecifiedCustomReportsResponse data, response status code and response headers
def get_specified_monthly_custom_reports_with_http_info(report_id, opts = {})
Expand Down

0 comments on commit 68276cf

Please sign in to comment.