bulk_update

Function bulk_update 

Source
pub fn bulk_update(
    collection: &str,
    current_hash: &str,
    new_hash: &str,
    repo: &str,
    files: Vec<Action>,
    auth_code: &str,
    platform: String,
    client_version: String,
) -> Result<()>