Skip to content

Commit a5c5d55

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
billing_plan field deprecation in billable-summary endpoint (#3557)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent b098cba commit a5c5d55

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20019,7 +20019,8 @@ components:
2001920019
description: The account public ID.
2002020020
type: string
2002120021
billing_plan:
20022-
description: The billing plan.
20022+
deprecated: true
20023+
description: The billing plan (metadata). (Deprecated from May 2026)
2002320024
type: string
2002420025
end_date:
2002520026
description: Shows the last date of usage.

packages/datadog-api-client-v1/models/UsageBillableSummaryHour.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class UsageBillableSummaryHour {
2020
*/
2121
"accountPublicId"?: string;
2222
/**
23-
* The billing plan.
23+
* The billing plan (metadata). (Deprecated from May 2026)
2424
*/
2525
"billingPlan"?: string;
2626
/**

0 commit comments

Comments
 (0)