Skip to content

Commit 8502818

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9b7eac3 of spec repo (#431)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6bbb46c commit 8502818

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev6",
7-
"regenerated": "2021-05-11 08:04:56.875189",
8-
"spec_repo_commit": "8d8238a"
7+
"regenerated": "2021-05-12 08:12:46.355942",
8+
"spec_repo_commit": "9b7eac3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-11 08:05:25.253365",
13-
"spec_repo_commit": "8d8238a"
12+
"regenerated": "2021-05-12 08:13:15.277569",
13+
"spec_repo_commit": "9b7eac3"
1414
}
1515
}
1616
}

docs/v1/DashboardsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ with ApiClient(configuration) as api_client:
7474
id=1,
7575
layout=WidgetLayout(
7676
height=0,
77-
is_column_break=False,
77+
is_column_break=True,
7878
width=0,
7979
x=0,
8080
y=0,
@@ -384,7 +384,7 @@ with ApiClient(configuration) as api_client:
384384
id=1,
385385
layout=WidgetLayout(
386386
height=0,
387-
is_column_break=False,
387+
is_column_break=True,
388388
width=0,
389389
x=0,
390390
y=0,

docs/v1/WidgetLayout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**width** | **int** | The width of the widget. Should be a non-negative integer. |
1010
**x** | **int** | The position of the widget on the x (horizontal) axis. Should be a non-negative integer. |
1111
**y** | **int** | The position of the widget on the y (vertical) axis. Should be a non-negative integer. |
12-
**is_column_break** | **bool** | Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to &#x60;true&#x60;. | [optional] if omitted the server will use the default value of False
12+
**is_column_break** | **bool** | Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to &#x60;true&#x60;. | [optional]
1313

1414
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1515

src/datadog_api_client/v1/model/widget_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __init__(self, height, width, x, y, *args, **kwargs): # noqa: E501
151151
Animal class but this time we won't travel
152152
through its discriminator because we passed in
153153
_visited_composed_classes = (Animal,)
154-
is_column_break (bool): Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to `true`.. [optional] if omitted the server will use the default value of False # noqa: E501
154+
is_column_break (bool): Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to `true`.. [optional] # noqa: E501
155155
"""
156156

157157
_check_type = kwargs.pop("_check_type", True)

src/datadog_api_client/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11638,7 +11638,6 @@ components:
1163811638
minimum: 0
1163911639
type: integer
1164011640
is_column_break:
11641-
default: false
1164211641
description: 'Whether the widget should be the first one on the second column
1164311642
in high density or not.
1164411643

0 commit comments

Comments
 (0)