Skip to content

Commit 1c4fcfc

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

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:55:58.983551",
8-
"spec_repo_commit": "3cfd102e"
7+
"regenerated": "2024-11-25 20:00:23.179155",
8+
"spec_repo_commit": "3c840607"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-25 17:55:59.002287",
13-
"spec_repo_commit": "3cfd102e"
12+
"regenerated": "2024-11-25 20:00:23.205993",
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

packages/datadog-api-client-v2/apis/UsageMeteringApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ export interface UsageMeteringApiGetEstimatedCostByOrgRequest {
14701470
*/
14711471
view?: string;
14721472
/**
1473-
* 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.
1473+
* 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.
14741474
* @type Date
14751475
*/
14761476
startMonth?: Date;
@@ -1480,7 +1480,7 @@ export interface UsageMeteringApiGetEstimatedCostByOrgRequest {
14801480
*/
14811481
endMonth?: Date;
14821482
/**
1483-
* 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.
1483+
* 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.
14841484
* @type Date
14851485
*/
14861486
startDate?: Date;

0 commit comments

Comments
 (0)