Skip to content

Commit c00f527

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

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:00.736453",
8-
"spec_repo_commit": "3cfd102e"
7+
"regenerated": "2024-11-25 19:59:39.515890",
8+
"spec_repo_commit": "3c840607"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-25 17:56:00.754382",
13-
"spec_repo_commit": "3cfd102e"
12+
"regenerated": "2024-11-25 19:59:39.533457",
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

src/datadog_api_client/v2/api/usage_metering_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,11 +532,11 @@ def get_estimated_cost_by_org(
532532
533533
:param 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``.
534534
:type view: str, optional
535-
:param 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.
535+
:param 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.
536536
:type start_month: datetime, optional
537537
:param end_month: Datetime in ISO-8601 format, UTC, precise to month: ``[YYYY-MM]`` for cost ending this month.
538538
:type end_month: datetime, optional
539-
:param 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.
539+
:param 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.
540540
:type start_date: datetime, optional
541541
:param end_date: Datetime in ISO-8601 format, UTC, precise to day: ``[YYYY-MM-DD]`` for cost ending this day.
542542
:type end_date: datetime, optional

0 commit comments

Comments
 (0)