Skip to content

Commit 51cd37d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 13cb201 of spec repo (#114)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1aa0de4 commit 51cd37d

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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.2.0",
7-
"regenerated": "2020-10-09 14:16:53.490297",
8-
"spec_repo_commit": "e8ffc0a"
7+
"regenerated": "2020-10-15 10:22:19.746462",
8+
"spec_repo_commit": "13cb201"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-09 14:17:03.617038",
13-
"spec_repo_commit": "e8ffc0a"
12+
"regenerated": "2020-10-15 10:22:31.115803",
13+
"spec_repo_commit": "13cb201"
1414
}
1515
}
1616
}

docs/v1/TableWidgetCellDisplayMode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Define a display mode for the table cell.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | Define a display mode for the table cell. | if omitted the server will use the default value of "number", must be one of ["number", "bar", ]
7+
**value** | **str** | Define a display mode for the table cell. | must be one of ["number", "bar", ]
88

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

src/datadog_api_client/v1/model/table_widget_cell_display_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(self, value, *args, **kwargs):
9797
"""TableWidgetCellDisplayMode - a model defined in OpenAPI
9898
9999
Args:
100-
value (str): Define a display mode for the table cell.. if omitted the server will use the default value of "number", must be one of ["number", "bar", ] # noqa: E501
100+
value (str): Define a display mode for the table cell.., must be one of ["number", "bar", ] # noqa: E501
101101
102102
Keyword Args:
103103
_check_type (bool): if True, values for parameters in openapi_types

src/datadog_api_client/v1/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6836,7 +6836,6 @@ components:
68366836
x-enum-varnames:
68376837
- USER_LOCATOR
68386838
TableWidgetCellDisplayMode:
6839-
default: number
68406839
description: Define a display mode for the table cell.
68416840
enum:
68426841
- number

0 commit comments

Comments
 (0)