Skip to content

Commit 3524b46

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-specskarimo
authored
Make sure required params are first (#31217)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: skarimo <40482491+skarimo@users.noreply.github.com>
1 parent ad46d5f commit 3524b46

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-08-19 20:29:53.604893",
8-
"spec_repo_commit": "4413e63c"
7+
"regenerated": "2025-08-22 18:46:40.838944",
8+
"spec_repo_commit": "d58cb844"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-08-19 20:30:03.874040",
13-
"spec_repo_commit": "4413e63c"
12+
"regenerated": "2025-08-22 18:46:51.222340",
13+
"spec_repo_commit": "d58cb844"
1414
}
1515
}
1616
}

data/api/v2/full_spec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71844,14 +71844,6 @@ paths:
7184471844
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).'
7184571845
operationId: GetHistoricalCostByOrg
7184671846
parameters:
71847-
- description: String to specify whether cost is broken down at a parent-org
71848-
level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults
71849-
to `summary`.
71850-
in: query
71851-
name: view
71852-
required: false
71853-
schema:
71854-
type: string
7185571847
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
7185671848
for cost beginning this month.'
7185771849
in: query
@@ -71860,6 +71852,14 @@ paths:
7186071852
schema:
7186171853
format: date-time
7186271854
type: string
71855+
- description: String to specify whether cost is broken down at a parent-org
71856+
level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults
71857+
to `summary`.
71858+
in: query
71859+
name: view
71860+
required: false
71861+
schema:
71862+
type: string
7186371863
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
7186471864
for cost ending this month.'
7186571865
in: query

data/api/v2/full_spec_deref.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -620619,21 +620619,21 @@
620619620619
"operationId": "GetHistoricalCostByOrg",
620620620620
"parameters": [
620621620621
{
620622-
"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`.",
620622+
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
620623620623
"in": "query",
620624-
"name": "view",
620625-
"required": false,
620624+
"name": "start_month",
620625+
"required": true,
620626620626
"schema": {
620627+
"format": "date-time",
620627620628
"type": "string"
620628620629
}
620629620630
},
620630620631
{
620631-
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
620632+
"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`.",
620632620633
"in": "query",
620633-
"name": "start_month",
620634-
"required": true,
620634+
"name": "view",
620635+
"required": false,
620635620636
"schema": {
620636-
"format": "date-time",
620637620637
"type": "string"
620638620638
}
620639620639
},

static/resources/json/full_spec_v2.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -620619,21 +620619,21 @@
620619620619
"operationId": "GetHistoricalCostByOrg",
620620620620
"parameters": [
620621620621
{
620622-
"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`.",
620622+
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
620623620623
"in": "query",
620624-
"name": "view",
620625-
"required": false,
620624+
"name": "start_month",
620625+
"required": true,
620626620626
"schema": {
620627+
"format": "date-time",
620627620628
"type": "string"
620628620629
}
620629620630
},
620630620631
{
620631-
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
620632+
"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`.",
620632620633
"in": "query",
620633-
"name": "start_month",
620634-
"required": true,
620634+
"name": "view",
620635+
"required": false,
620635620636
"schema": {
620636-
"format": "date-time",
620637620637
"type": "string"
620638620638
}
620639620639
},

0 commit comments

Comments
 (0)