Skip to content

Commit

Permalink
Regenerate client from commit 3f22290a of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 18, 2024
1 parent 6c948d8 commit 493b39d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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-18 17:18:29.889986",
"spec_repo_commit": "8cb3faac"
"regenerated": "2024-12-18 19:23:38.808441",
"spec_repo_commit": "3f22290a"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-18 17:18:29.909491",
"spec_repo_commit": "8cb3faac"
"regenerated": "2024-12-18 19:23:38.823016",
"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
2 changes: 1 addition & 1 deletion api/datadogV2/api_usage_metering.go
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ func (r *GetMonthlyCostAttributionOptionalParameters) WithIncludeDescendants(inc
// 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.
func (a *UsageMeteringApi) GetMonthlyCostAttribution(ctx _context.Context, startMonth time.Time, fields string, o ...GetMonthlyCostAttributionOptionalParameters) (MonthlyCostAttributionResponse, *_nethttp.Response, error) {
var (
localVarHTTPMethod = _nethttp.MethodGet
Expand Down

0 comments on commit 493b39d

Please sign in to comment.