diff --git a/tb_rest_client/api/api_pe/blob_entity_controller_api.py b/tb_rest_client/api/api_pe/blob_entity_controller_api.py index e100b794..98e30800 100644 --- a/tb_rest_client/api/api_pe/blob_entity_controller_api.py +++ b/tb_rest_client/api/api_pe/blob_entity_controller_api.py @@ -214,7 +214,7 @@ def download_blob_entity_using_get_with_http_info(self, blob_entity_id, **kwargs body=body_params, post_params=form_params, files=local_var_files, - response_type='Resource', # noqa: E501 + response_type=bytes, # noqa: E501 auth_settings=auth_settings, async_req=params.get('async_req'), _return_http_data_only=params.get('_return_http_data_only'),