Skip to content

Commit

Permalink
Regenerate client from commit 2645d736 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 10, 2024
1 parent ca2d995 commit 726a81e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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-12-10 17:29:03.197132",
"spec_repo_commit": "f35e3502"
"regenerated": "2024-12-10 19:22:06.552902",
"spec_repo_commit": "2645d736"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-10 17:29:03.223274",
"spec_repo_commit": "f35e3502"
"regenerated": "2024-12-10 19:22:06.571711",
"spec_repo_commit": "2645d736"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30593,7 +30593,8 @@ paths:
!= null BEGIN\n sleep(5 seconds) # Avoid running into rate limit\n response
:= GetMonthlyCostAttribution(start_month, end_month, next_record_id=cursor)\n
\ cursor := response.metadata.pagination.next_record_id\nEND\n```\n\nThis
endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/)."
endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
This endpoint is not available in the Government (US1-FED) site."
operationId: GetMonthlyCostAttribution
parameters:
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
Expand Down
4 changes: 2 additions & 2 deletions src/datadogV2/api/api_usage_metering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ impl UsageMeteringAPI {
/// END
/// ```
///
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>).
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>). This endpoint is not available in the Government (US1-FED) site.
pub async fn get_monthly_cost_attribution(
&self,
start_month: chrono::DateTime<chrono::Utc>,
Expand Down Expand Up @@ -1412,7 +1412,7 @@ impl UsageMeteringAPI {
/// END
/// ```
///
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>).
/// This endpoint is only accessible for [parent-level organizations](<https://docs.datadoghq.com/account_management/multi_organization/>). This endpoint is not available in the Government (US1-FED) site.
pub async fn get_monthly_cost_attribution_with_http_info(
&self,
start_month: chrono::DateTime<chrono::Utc>,
Expand Down

0 comments on commit 726a81e

Please sign in to comment.