diff --git a/.apigentools-info b/.apigentools-info
index 500b5cd5466..4e90565211d 100644
--- a/.apigentools-info
+++ b/.apigentools-info
@@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
- "regenerated": "2024-11-25 17:55:59.723742",
- "spec_repo_commit": "3cfd102e"
+ "regenerated": "2024-11-25 19:59:33.247243",
+ "spec_repo_commit": "3c840607"
},
"v2": {
"apigentools_version": "1.6.6",
- "regenerated": "2024-11-25 17:55:59.742591",
- "spec_repo_commit": "3cfd102e"
+ "regenerated": "2024-11-25 19:59:33.266976",
+ "spec_repo_commit": "3c840607"
}
}
}
\ No newline at end of file
diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml
index 183eb819de3..581c73992ab 100644
--- a/.generator/schemas/v2/openapi.yaml
+++ b/.generator/schemas/v2/openapi.yaml
@@ -42837,9 +42837,9 @@ paths:
schema:
type: string
- description: '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.'
+ 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.'
in: query
name: start_month
required: false
@@ -42855,8 +42855,8 @@ paths:
format: date-time
type: string
- description: '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
+ 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.'
in: query
name: start_date
diff --git a/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java b/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java
index 03d4e815e77..96b63cb9c6a 100644
--- a/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java
+++ b/src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java
@@ -649,9 +649,9 @@ public GetEstimatedCostByOrgOptionalParameters view(String view) {
* Set startMonth.
*
* @param startMonth 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. (optional)
+ * 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. (optional)
* @return GetEstimatedCostByOrgOptionalParameters
*/
public GetEstimatedCostByOrgOptionalParameters startMonth(OffsetDateTime startMonth) {
@@ -675,9 +675,9 @@ public GetEstimatedCostByOrgOptionalParameters endMonth(OffsetDateTime endMonth)
* Set startDate.
*
* @param startDate 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. (optional)
+ * 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. (optional)
* @return GetEstimatedCostByOrgOptionalParameters
*/
public GetEstimatedCostByOrgOptionalParameters startDate(OffsetDateTime startDate) {