pub async fn get_latest_versions_from_hashes(
configuration: &Configuration,
get_latest_versions_from_hashes_body: Option<GetLatestVersionsFromHashesBody>,
) -> Result<HashMap<String, Version>, Error<GetLatestVersionsFromHashesError>>
Expand description
This is the same as /version_file/{hash}/update
except it accepts multiple hashes.