Skip to content

Commit c1a2f50

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 4039731 of spec repo (#109)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent d50b841 commit c1a2f50

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-06 14:35:31.158824",
8-
"spec_repo_commit": "6afd9b9"
7+
"regenerated": "2020-10-08 08:34:31.831082",
8+
"spec_repo_commit": "4039731"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-06 14:35:41.630118",
13-
"spec_repo_commit": "6afd9b9"
12+
"regenerated": "2020-10-08 08:34:42.063576",
13+
"spec_repo_commit": "4039731"
1414
}
1515
}
1616
}

docs/v1/TableWidgetHasSearchBar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Controls the display of the search bar.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | Controls the display of the search bar. | if omitted the server will use the default value of "auto", must be one of ["always", "never", "auto", ]
7+
**value** | **str** | Controls the display of the search bar. | must be one of ["always", "never", "auto", ]
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_has_search_bar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(self, value, *args, **kwargs):
9898
"""TableWidgetHasSearchBar - a model defined in OpenAPI
9999
100100
Args:
101-
value (str): Controls the display of the search bar.. if omitted the server will use the default value of "auto", must be one of ["always", "never", "auto", ] # noqa: E501
101+
value (str): Controls the display of the search bar.., must be one of ["always", "never", "auto", ] # noqa: E501
102102
103103
Keyword Args:
104104
_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
@@ -6890,7 +6890,6 @@ components:
68906890
x-enum-varnames:
68916891
- QUERY_TABLE
68926892
TableWidgetHasSearchBar:
6893-
default: auto
68946893
description: Controls the display of the search bar.
68956894
enum:
68966895
- always

0 commit comments

Comments
 (0)