Skip to main content

update

Function update 

Source
pub async fn update(
    client: &mut Client,
    id: u64,
    bytes: &[u8],
    title: &str,
    description: &str,
    asset_type: AssetTypeId,
) -> Result<AssetUploadStatus, Error>