Skip to content

Commit 56ed157

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[RQ-5773]: emphasis on parameter description (#2118)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent d5b07e4 commit 56ed157

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 17:56:03.740290",
8-
"spec_repo_commit": "3cfd102e"
7+
"regenerated": "2024-11-25 19:59:32.732993",
8+
"spec_repo_commit": "3c840607"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-25 17:56:03.759282",
13-
"spec_repo_commit": "3cfd102e"
12+
"regenerated": "2024-11-25 19:59:32.752304",
13+
"spec_repo_commit": "3c840607"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42837,9 +42837,9 @@ paths:
4283742837
schema:
4283842838
type: string
4283942839
- description: 'Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]`
42840-
for cost beginning this month. Either start_month or start_date should be
42841-
specified, but not both. (start_month cannot go beyond two months in the
42842-
past). Provide an `end_month` to view month-over-month cost.'
42840+
for cost beginning this month. **Either start_month or start_date should
42841+
be specified, but not both.** (start_month cannot go beyond two months in
42842+
the past). Provide an `end_month` to view month-over-month cost.'
4284342843
in: query
4284442844
name: start_month
4284542845
required: false
@@ -42855,8 +42855,8 @@ paths:
4285542855
format: date-time
4285642856
type: string
4285742857
- description: 'Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]`
42858-
for cost beginning this day. Either start_month or start_date should be
42859-
specified, but not both. (start_date cannot go beyond two months in the
42858+
for cost beginning this day. **Either start_month or start_date should be
42859+
specified, but not both.** (start_date cannot go beyond two months in the
4286042860
past). Provide an `end_date` to view day-over-day cumulative cost.'
4286142861
in: query
4286242862
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)