Skip to content

Commit 0dd6a42

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add subtest for synthetics multistep tests (#3383)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent e3403b7 commit 0dd6a42

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3865,7 +3865,6 @@ components:
38653865

38663866
points (group distributions use the roll-up modifier).'
38673867
format: int64
3868-
minimum: 1
38693868
type: integer
38703869
type: object
38713870
Host:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public HeatMapWidgetXAxis numBuckets(Long numBuckets) {
3232

3333
/**
3434
* 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
35+
* applicable for distribution of points (group distributions use the roll-up modifier).
3736
*
3837
* @return numBuckets
3938
*/

0 commit comments

Comments
 (0)