File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/datadog_api_client/v1/model Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-01-31 12:10:14.248647 ",
8
- "spec_repo_commit": "52641937 "
7
+ "regenerated": "2024-01-31 20:51:09.699607 ",
8
+ "spec_repo_commit": "e545b10b "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-01-31 12:10:14.263477 ",
13
- "spec_repo_commit": "52641937 "
12
+ "regenerated": "2024-01-31 20:51:09.736111 ",
13
+ "spec_repo_commit": "e545b10b "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -12867,7 +12867,7 @@ components:
12867
12867
description: Maximum number of graphs to display in the widget.
12868
12868
example: 24
12869
12869
format: int64
12870
- maximum: 100
12870
+ maximum: 500
12871
12871
minimum: 1
12872
12872
type: integer
12873
12873
sort:
@@ -12883,7 +12883,7 @@ components:
12883
12883
description: Manual selection of tags making split graph widget static
12884
12884
items:
12885
12885
$ref: '#/components/schemas/SplitVectorEntry'
12886
- maxItems: 100
12886
+ maxItems: 500
12887
12887
type: array
12888
12888
required:
12889
12889
- split_dimensions
Original file line number Diff line number Diff line change 22
22
class SplitConfig (ModelNormal ):
23
23
validations = {
24
24
"limit" : {
25
- "inclusive_maximum" : 100 ,
25
+ "inclusive_maximum" : 500 ,
26
26
"inclusive_minimum" : 1 ,
27
27
},
28
28
"split_dimensions" : {
29
29
"max_items" : 1 ,
30
30
"min_items" : 1 ,
31
31
},
32
32
"static_splits" : {
33
- "max_items" : 100 ,
33
+ "max_items" : 500 ,
34
34
},
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments