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 44 "spec_versions": {
55 "v1": {
66 "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 "
99 },
1010 "v2": {
1111 "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 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -12867,7 +12867,7 @@ components:
1286712867 description: Maximum number of graphs to display in the widget.
1286812868 example: 24
1286912869 format: int64
12870- maximum: 100
12870+ maximum: 500
1287112871 minimum: 1
1287212872 type: integer
1287312873 sort:
@@ -12883,7 +12883,7 @@ components:
1288312883 description: Manual selection of tags making split graph widget static
1288412884 items:
1288512885 $ref: '#/components/schemas/SplitVectorEntry'
12886- maxItems: 100
12886+ maxItems: 500
1288712887 type: array
1288812888 required:
1288912889 - split_dimensions
Original file line number Diff line number Diff line change 2222class SplitConfig (ModelNormal ):
2323 validations = {
2424 "limit" : {
25- "inclusive_maximum" : 100 ,
25+ "inclusive_maximum" : 500 ,
2626 "inclusive_minimum" : 1 ,
2727 },
2828 "split_dimensions" : {
2929 "max_items" : 1 ,
3030 "min_items" : 1 ,
3131 },
3232 "static_splits" : {
33- "max_items" : 100 ,
33+ "max_items" : 500 ,
3434 },
3535 }
3636
You can’t perform that action at this time.
0 commit comments