Skip to content

Commit be117e3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Make sure required params are first (DataDog#2609)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2c45636 commit be117e3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "4413e63",
3-
"generated": "2025-08-19 20:28:34.170"
2+
"spec_repo_commit": "d58cb84",
3+
"generated": "2025-08-22 18:44:59.682"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67451,14 +67451,6 @@ paths:
6745167451
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
6745267452
operationId: GetHistoricalCostByOrg
6745367453
parameters:
67454-
- description: String to specify whether cost is broken down at a parent-org
67455-
level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults
67456-
to `summary`.
67457-
in: query
67458-
name: view
67459-
required: false
67460-
schema:
67461-
type: string
6746267454
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
6746367455
for cost beginning this month.'
6746467456
in: query
@@ -67467,6 +67459,14 @@ paths:
6746767459
schema:
6746867460
format: date-time
6746967461
type: string
67462+
- description: String to specify whether cost is broken down at a parent-org
67463+
level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults
67464+
to `summary`.
67465+
in: query
67466+
name: view
67467+
required: false
67468+
schema:
67469+
type: string
6747067470
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
6747167471
for cost ending this month.'
6747267472
in: query

features/scenarios_model_mapping.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,8 +1545,8 @@
15451545
"include_connected_accounts" => "Boolean",
15461546
},
15471547
"v2.GetHistoricalCostByOrg" => {
1548-
"view" => "String",
15491548
"start_month" => "Time",
1549+
"view" => "String",
15501550
"end_month" => "Time",
15511551
"include_connected_accounts" => "Boolean",
15521552
},

0 commit comments

Comments
 (0)