Skip to content

Commit

Permalink
Regenerate client from commit 45fd84e5 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 15, 2024
1 parent 6391a3d commit 1e615f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.6.6",
"regenerated": "2024-02-15 11:25:06.193150",
"spec_repo_commit": "14c48bc8"
"regenerated": "2024-02-15 17:39:49.568043",
"spec_repo_commit": "45fd84e5"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-15 11:25:06.207734",
"spec_repo_commit": "14c48bc8"
"regenerated": "2024-02-15 17:39:49.582315",
"spec_repo_commit": "45fd84e5"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24052,7 +24052,7 @@ paths:
/api/v2/cost_by_tag/active_billing_dimensions:
get:
description: Get active billing dimensions for cost attribution. Cost data for
a given month becomes available no later than the 17th of the following month.
a given month becomes available no later than the 19th of the following month.
operationId: GetActiveBillingDimensions
responses:
'200':
Expand Down Expand Up @@ -24094,7 +24094,7 @@ paths:
get:
description: "Get monthly cost attribution by tag across multi-org and single
root-org accounts.\nCost Attribution data for a given month becomes available
no later than the 17th of the following month.\nThis API endpoint is paginated.
no later than the 19th of the following month.\nThis API endpoint is paginated.
To make sure you receive all records, check if the value of `next_record_id`
is\nset in the response. If it is, make another request and pass `next_record_id`
as a parameter.\nPseudo code example:\n```\nresponse := GetMonthlyCostAttribution(start_month,
Expand Down
4 changes: 2 additions & 2 deletions src/datadog_api_client/v2/api/usage_metering_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def get_active_billing_dimensions(
) -> ActiveBillingDimensionsResponse:
"""Get active billing dimensions for cost attribution.
Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 17th of the following month.
Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 19th of the following month.
:rtype: ActiveBillingDimensionsResponse
"""
Expand Down Expand Up @@ -595,7 +595,7 @@ def get_monthly_cost_attribution(
"""Get Monthly Cost Attribution.
Get monthly cost attribution by tag across multi-org and single root-org accounts.
Cost Attribution data for a given month becomes available no later than the 17th of the following month.
Cost Attribution data for a given month becomes available no later than the 19th of the following month.
This API endpoint is paginated. To make sure you receive all records, check if the value of ``next_record_id`` is
set in the response. If it is, make another request and pass ``next_record_id`` as a parameter.
Pseudo code example:
Expand Down

0 comments on commit 1e615f5

Please sign in to comment.