We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3403b7 commit 0dd6a42Copy full SHA for 0dd6a42
2 files changed
.generator/schemas/v1/openapi.yaml
@@ -3865,7 +3865,6 @@ components:
3865
3866
points (group distributions use the roll-up modifier).'
3867
format: int64
3868
- minimum: 1
3869
type: integer
3870
type: object
3871
Host:
src/main/java/com/datadog/api/client/v1/model/HeatMapWidgetXAxis.java
@@ -32,8 +32,7 @@ public HeatMapWidgetXAxis numBuckets(Long numBuckets) {
32
33
/**
34
* Number of time buckets to target, also known as the resolution of the time bins. This is only
35
- * applicable for distribution of points (group distributions use the roll-up modifier). minimum:
36
- * 1
+ * applicable for distribution of points (group distributions use the roll-up modifier).
37
*
38
* @return numBuckets
39
*/
0 commit comments