From 05514766ab106f0cf33608325791061e383a8bd8 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 22 Aug 2025 18:44:59 +0000 Subject: [PATCH] Regenerate client from commit d58cb84 of spec repo --- .generated-info | 4 ++-- .generator/schemas/v2/openapi.yaml | 16 ++++++++-------- features/scenarios_model_mapping.rb | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.generated-info b/.generated-info index 2bd9fe63b481..3eb058360149 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "4413e63", - "generated": "2025-08-19 20:28:34.170" + "spec_repo_commit": "d58cb84", + "generated": "2025-08-22 18:44:59.682" } diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 5dc52e4a2ee2..997d4861896c 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -67451,14 +67451,6 @@ paths: This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).' operationId: GetHistoricalCostByOrg parameters: - - description: String to specify whether cost is broken down at a parent-org - level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults - to `summary`. - in: query - name: view - required: false - schema: - type: string - description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.' in: query @@ -67467,6 +67459,14 @@ paths: schema: format: date-time type: string + - description: String to specify whether cost is broken down at a parent-org + level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults + to `summary`. + in: query + name: view + required: false + schema: + type: string - description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost ending this month.' in: query diff --git a/features/scenarios_model_mapping.rb b/features/scenarios_model_mapping.rb index d01d9fa86310..e7e7f3b97a2d 100644 --- a/features/scenarios_model_mapping.rb +++ b/features/scenarios_model_mapping.rb @@ -1545,8 +1545,8 @@ "include_connected_accounts" => "Boolean", }, "v2.GetHistoricalCostByOrg" => { - "view" => "String", "start_month" => "Time", + "view" => "String", "end_month" => "Time", "include_connected_accounts" => "Boolean", },