Skip to content

Commit 2d0879e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c2c2d321 of spec repo
1 parent d18bdcb commit 2d0879e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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": "2024-11-25 11:57:15.130954",
8-
"spec_repo_commit": "80b43a3b"
7+
"regenerated": "2024-11-25 18:53:29.091906",
8+
"spec_repo_commit": "c2c2d321"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-25 11:57:15.149896",
13-
"spec_repo_commit": "80b43a3b"
12+
"regenerated": "2024-11-25 18:53:29.110885",
13+
"spec_repo_commit": "c2c2d321"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42857,9 +42857,9 @@ paths:
4285742857
schema:
4285842858
type: string
4285942859
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
42860-
for cost beginning this month. Either start_month or start_date should be
42861-
specified, but not both. (start_month cannot go beyond two months in the
42862-
past). Provide an `end_month` to view month-over-month cost.'
42860+
for cost beginning this month. **Either start_month or start_date should
42861+
be specified, but not both.** (start_month cannot go beyond two months in
42862+
the past). Provide an `end_month` to view month-over-month cost.'
4286342863
in: query
4286442864
name: start_month
4286542865
required: false
@@ -42875,8 +42875,8 @@ paths:
4287542875
format: date-time
4287642876
type: string
4287742877
- description: 'Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]`
42878-
for cost beginning this day. Either start_month or start_date should be
42879-
specified, but not both. (start_date cannot go beyond two months in the
42878+
for cost beginning this day. **Either start_month or start_date should be
42879+
specified, but not both.** (start_date cannot go beyond two months in the
4288042880
past). Provide an `end_date` to view day-over-day cumulative cost.'
4288142881
in: query
4288242882
name: start_date

lib/datadog_api_client/v2/api/usage_metering_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ def get_estimated_cost_by_org(opts = {})
258258
#
259259
# @param opts [Hash] the optional parameters
260260
# @option opts [String] :view 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`.
261-
# @option opts [Time] :start_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month. Either start_month or start_date should be specified, but not both. (start_month cannot go beyond two months in the past). Provide an `end_month` to view month-over-month cost.
261+
# @option opts [Time] :start_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month. **Either start_month or start_date should be specified, but not both.** (start_month cannot go beyond two months in the past). Provide an `end_month` to view month-over-month cost.
262262
# @option opts [Time] :end_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost ending this month.
263-
# @option opts [Time] :start_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost beginning this day. Either start_month or start_date should be specified, but not both. (start_date cannot go beyond two months in the past). Provide an `end_date` to view day-over-day cumulative cost.
263+
# @option opts [Time] :start_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost beginning this day. **Either start_month or start_date should be specified, but not both.** (start_date cannot go beyond two months in the past). Provide an `end_date` to view day-over-day cumulative cost.
264264
# @option opts [Time] :end_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost ending this day.
265265
# @option opts [Boolean] :include_connected_accounts Boolean to specify whether to include accounts connected to the current account as partner customers in the Datadog partner network program. Defaults to `false`.
266266
# @return [Array<(CostByOrgResponse, Integer, Hash)>] CostByOrgResponse data, response status code and response headers

0 commit comments

Comments
 (0)