Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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"
}
}
}
5 changes: 4 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]`
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/usage_metering_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down