diff --git a/.apigentools-info b/.apigentools-info index 07ae59627f..a2c33a9e2b 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.4.1.dev6", - "regenerated": "2021-05-11 08:04:56.875189", - "spec_repo_commit": "8d8238a" + "regenerated": "2021-05-12 08:12:46.355942", + "spec_repo_commit": "9b7eac3" }, "v2": { "apigentools_version": "1.4.1.dev6", - "regenerated": "2021-05-11 08:05:25.253365", - "spec_repo_commit": "8d8238a" + "regenerated": "2021-05-12 08:13:15.277569", + "spec_repo_commit": "9b7eac3" } } } \ No newline at end of file diff --git a/docs/v1/DashboardsApi.md b/docs/v1/DashboardsApi.md index d061a3fc84..590b700048 100644 --- a/docs/v1/DashboardsApi.md +++ b/docs/v1/DashboardsApi.md @@ -74,7 +74,7 @@ with ApiClient(configuration) as api_client: id=1, layout=WidgetLayout( height=0, - is_column_break=False, + is_column_break=True, width=0, x=0, y=0, @@ -384,7 +384,7 @@ with ApiClient(configuration) as api_client: id=1, layout=WidgetLayout( height=0, - is_column_break=False, + is_column_break=True, width=0, x=0, y=0, diff --git a/docs/v1/WidgetLayout.md b/docs/v1/WidgetLayout.md index fa37384edc..92e848897d 100644 --- a/docs/v1/WidgetLayout.md +++ b/docs/v1/WidgetLayout.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **width** | **int** | The width of the widget. Should be a non-negative integer. | **x** | **int** | The position of the widget on the x (horizontal) axis. Should be a non-negative integer. | **y** | **int** | The position of the widget on the y (vertical) axis. Should be a non-negative integer. | -**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 +**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] [[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md) diff --git a/src/datadog_api_client/v1/model/widget_layout.py b/src/datadog_api_client/v1/model/widget_layout.py index cbaaea8653..d03a70e793 100644 --- a/src/datadog_api_client/v1/model/widget_layout.py +++ b/src/datadog_api_client/v1/model/widget_layout.py @@ -151,7 +151,7 @@ def __init__(self, height, width, x, y, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - 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 + 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 """ _check_type = kwargs.pop("_check_type", True) diff --git a/src/datadog_api_client/v1/openapi.yaml b/src/datadog_api_client/v1/openapi.yaml index 82713bc7ec..dff8da08b3 100644 --- a/src/datadog_api_client/v1/openapi.yaml +++ b/src/datadog_api_client/v1/openapi.yaml @@ -11638,7 +11638,6 @@ components: minimum: 0 type: integer is_column_break: - default: false description: 'Whether the widget should be the first one on the second column in high density or not.