@@ -733,7 +733,7 @@ def get_dashboards_id(self, dashboard_id, **kwargs): # noqa: E501,D401,D403
733
733
:param str dashboard_id: The ID of the dashboard to update. (required)
734
734
:param str zap_trace_span: OpenTracing span context
735
735
:param str include: Includes the cell view properties in the response if set to `properties`
736
- :return: Dashboard
736
+ :return: DashboardWithViewProperties
737
737
If the method is called asynchronously,
738
738
returns the request thread.
739
739
""" # noqa: E501
@@ -756,7 +756,7 @@ def get_dashboards_id_with_http_info(self, dashboard_id, **kwargs): # noqa: E50
756
756
:param str dashboard_id: The ID of the dashboard to update. (required)
757
757
:param str zap_trace_span: OpenTracing span context
758
758
:param str include: Includes the cell view properties in the response if set to `properties`
759
- :return: Dashboard
759
+ :return: DashboardWithViewProperties
760
760
If the method is called asynchronously,
761
761
returns the request thread.
762
762
""" # noqa: E501
@@ -820,7 +820,7 @@ def get_dashboards_id_with_http_info(self, dashboard_id, **kwargs): # noqa: E50
820
820
body = body_params ,
821
821
post_params = form_params ,
822
822
files = local_var_files ,
823
- response_type = 'Dashboard ' , # noqa: E501
823
+ response_type = 'DashboardWithViewProperties ' , # noqa: E501
824
824
auth_settings = auth_settings ,
825
825
async_req = local_var_params .get ('async_req' ),
826
826
_return_http_data_only = local_var_params .get ('_return_http_data_only' ), # noqa: E501
0 commit comments