Skip to content
Merged
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.6",
"regenerated": "2024-12-18 17:18:37.829361",
"spec_repo_commit": "8cb3faac"
"regenerated": "2024-12-18 19:23:44.640997",
"spec_repo_commit": "3f22290a"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-18 17:18:37.843992",
"spec_repo_commit": "8cb3faac"
"regenerated": "2024-12-18 19:23:44.656520",
"spec_repo_commit": "3f22290a"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32622,7 +32622,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
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ public CompletableFuture<MonthlyCostAttributionResponse> getMonthlyCostAttributi
*
* <p>This endpoint is only accessible for <a
* href="https://docs.datadoghq.com/account_management/multi_organization/">parent-level
* organizations</a>.
* organizations</a>. This endpoint is not available in the Government (US1-FED) site.
*
* @param startMonth Datetime in ISO-8601 format, UTC, precise to month: <code>[YYYY-MM]</code>
* for cost beginning in this month. (required)
Expand Down
Loading