Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2025-08-19 20:29:53.604893",
"spec_repo_commit": "4413e63c"
"regenerated": "2025-08-22 18:46:40.838944",
"spec_repo_commit": "d58cb844"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-08-19 20:30:03.874040",
"spec_repo_commit": "4413e63c"
"regenerated": "2025-08-22 18:46:51.222340",
"spec_repo_commit": "d58cb844"
}
}
}
16 changes: 8 additions & 8 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71844,14 +71844,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
Expand All @@ -71860,6 +71852,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
Expand Down
14 changes: 7 additions & 7 deletions data/api/v2/full_spec_deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -620619,21 +620619,21 @@
"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`.",
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
"in": "query",
"name": "view",
"required": false,
"name": "start_month",
"required": true,
"schema": {
"format": "date-time",
"type": "string"
}
},
{
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
"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": "start_month",
"required": true,
"name": "view",
"required": false,
"schema": {
"format": "date-time",
"type": "string"
}
},
Expand Down
14 changes: 7 additions & 7 deletions static/resources/json/full_spec_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -620619,21 +620619,21 @@
"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`.",
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
"in": "query",
"name": "view",
"required": false,
"name": "start_month",
"required": true,
"schema": {
"format": "date-time",
"type": "string"
}
},
{
"description": "Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.",
"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": "start_month",
"required": true,
"name": "view",
"required": false,
"schema": {
"format": "date-time",
"type": "string"
}
},
Expand Down
Loading