Skip to content

Commit 1e0b4be

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c2c2d321 of spec repo
1 parent 4830f1f commit 1e0b4be

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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:20.882330",
8-
"spec_repo_commit": "80b43a3b"
7+
"regenerated": "2024-11-25 18:53:27.250017",
8+
"spec_repo_commit": "c2c2d321"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-25 11:57:20.901354",
13-
"spec_repo_commit": "80b43a3b"
12+
"regenerated": "2024-11-25 18:53:27.268603",
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

src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,9 @@ public GetEstimatedCostByOrgOptionalParameters view(String view) {
649649
* Set startMonth.
650650
*
651651
* @param startMonth Datetime in ISO-8601 format, UTC, precise to month: <code>[YYYY-MM]</code>
652-
* for cost beginning this month. Either start_month or start_date should be specified, but
653-
* not both. (start_month cannot go beyond two months in the past). Provide an <code>
654-
* end_month</code> to view month-over-month cost. (optional)
652+
* for cost beginning this month. <strong>Either start_month or start_date should be
653+
* specified, but not both.</strong> (start_month cannot go beyond two months in the past).
654+
* Provide an <code>end_month</code> to view month-over-month cost. (optional)
655655
* @return GetEstimatedCostByOrgOptionalParameters
656656
*/
657657
public GetEstimatedCostByOrgOptionalParameters startMonth(OffsetDateTime startMonth) {
@@ -675,9 +675,9 @@ public GetEstimatedCostByOrgOptionalParameters endMonth(OffsetDateTime endMonth)
675675
* Set startDate.
676676
*
677677
* @param startDate Datetime in ISO-8601 format, UTC, precise to day: <code>[YYYY-MM-DD]</code>
678-
* for cost beginning this day. Either start_month or start_date should be specified, but
679-
* not both. (start_date cannot go beyond two months in the past). Provide an <code>end_date
680-
* </code> to view day-over-day cumulative cost. (optional)
678+
* for cost beginning this day. <strong>Either start_month or start_date should be
679+
* specified, but not both.</strong> (start_date cannot go beyond two months in the past).
680+
* Provide an <code>end_date</code> to view day-over-day cumulative cost. (optional)
681681
* @return GetEstimatedCostByOrgOptionalParameters
682682
*/
683683
public GetEstimatedCostByOrgOptionalParameters startDate(OffsetDateTime startDate) {

0 commit comments

Comments
 (0)