Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tb_rest_client/api/api_pe/blob_entity_controller_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down