Skip to content

Commit f1b58b2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ef2d75a of spec repo
1 parent 41a1ee1 commit f1b58b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25943,17 +25943,17 @@ components:
2594325943
description: Used for fixed span times, such as 'March 1 to March 7'.
2594425944
properties:
2594525945
from:
25946-
description: Start time in seconds since epoch.
25947-
example: 1712080128
25946+
description: Start time in milliseconds since epoch.
25947+
example: 1712080128000
2594825948
format: int64
2594925949
minimum: 0
2595025950
type: integer
2595125951
hide_incomplete_cost_data:
2595225952
description: Whether to hide incomplete cost data in the widget.
2595325953
type: boolean
2595425954
to:
25955-
description: End time in seconds since epoch.
25956-
example: 1712083128
25955+
description: End time in milliseconds since epoch.
25956+
example: 1712083128000
2595725957
format: int64
2595825958
minimum: 0
2595925959
type: integer

src/main/java/com/datadog/api/client/v1/model/WidgetNewFixedSpan.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public WidgetNewFixedSpan from(Long from) {
5959
}
6060

6161
/**
62-
* Start time in seconds since epoch. minimum: 0
62+
* Start time in milliseconds since epoch. minimum: 0
6363
*
6464
* @return from
6565
*/
@@ -100,7 +100,7 @@ public WidgetNewFixedSpan to(Long to) {
100100
}
101101

102102
/**
103-
* End time in seconds since epoch. minimum: 0
103+
* End time in milliseconds since epoch. minimum: 0
104104
*
105105
* @return to
106106
*/

0 commit comments

Comments
 (0)