Skip to content

Commit 52fefa4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add subtest for synthetics multistep tests (#3078)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent da1f0df commit 52fefa4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
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/datadog_api_client/v1/model/heat_map_widget_x_axis.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414

1515

1616
class HeatMapWidgetXAxis(ModelNormal):
17-
validations = {
18-
"num_buckets": {
19-
"inclusive_minimum": 1,
20-
},
21-
}
22-
2317
@cached_property
2418
def openapi_types(_):
2519
return {

0 commit comments

Comments
 (0)