Home > @tridion-sites/open-api-client > BinariesService > upload
Uploads a single binary file. This operation returns an instance of ‘BinaryUploadResponse’ type.
Signature:
static upload({ file, }: {
file: Blob;
}): CancelablePromise<BinaryUploadResponse>;
Parameter | Type | Description |
---|---|---|
{ file, } | { file: Blob; } |
Returns:
CancelablePromise<BinaryUploadResponse>
BinaryUploadResponse The request has been accepted for processing, but the processing has not been completed.
ApiError