Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 59ae415

Browse files
committed
missing pice rebase
1 parent b3058fe commit 59ae415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/activiti-rest-api/api/content.api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export class ContentApi extends BaseApi {
314314
return this.apiClient.callApi(
315315
'/api/enterprise/content/{contentId}/raw', 'GET',
316316
pathParams, queryParams, headerParams, formParams, postBody,
317-
contentTypes, accepts);
317+
contentTypes, accepts,undefined, undefined, 'blob');
318318
}
319319
}
320320

0 commit comments

Comments
 (0)