From 9c914c16c6894fe4883a23346cf75904a221f384 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 6 Jul 2022 15:20:37 +0000 Subject: [PATCH] Regenerate client from commit 72426c86 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 5 ++++- lib/datadog_api_client/v2/api/usage_metering_api.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 2bd1a57d602e..a4f7b5f70bd2 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.2", - "regenerated": "2022-07-05 09:55:26.482161", - "spec_repo_commit": "2439bda0" + "regenerated": "2022-07-06 15:20:17.638027", + "spec_repo_commit": "72426c86" }, "v2": { "apigentools_version": "1.6.2", - "regenerated": "2022-07-05 09:55:26.499257", - "spec_repo_commit": "2439bda0" + "regenerated": "2022-07-06 15:20:17.649367", + "spec_repo_commit": "72426c86" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 7ca0fc6fa19d..46c0296e4864 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -12950,7 +12950,10 @@ paths: type: safe /api/v2/usage/estimated_cost_by_org: get: - description: Get estimated cost across multi-org account. + description: Get estimated cost across multi-org account. Estimated data is + only available for the current month and previous month. To access historical + costs beyond 2 months in the past, use the [/cost_by_org](#get-cost-across-multi-org-account) + endpoint. operationId: GetEstimatedCostByOrg parameters: - description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` diff --git a/lib/datadog_api_client/v2/api/usage_metering_api.rb b/lib/datadog_api_client/v2/api/usage_metering_api.rb index eeaeb04252e1..2aa31c62b26f 100644 --- a/lib/datadog_api_client/v2/api/usage_metering_api.rb +++ b/lib/datadog_api_client/v2/api/usage_metering_api.rb @@ -109,7 +109,7 @@ def get_estimated_cost_by_org(opts = {}) # Get estimated cost across multi-org account. # - # Get estimated cost across multi-org account. + # Get estimated cost across multi-org account. Estimated data is only available for the current month and previous month. To access historical costs beyond 2 months in the past, use the [/cost_by_org](#get-cost-across-multi-org-account) endpoint. # # @param opts [Hash] the optional parameters # @option opts [Time] :start_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month. Either start_month or start_date should be specified, but not both.