pub async fn update_site_deploy(
configuration: &Configuration,
site_id: &str,
deploy_id: &str,
deploy: DeployFiles,
) -> Result<Deploy, Error<UpdateSiteDeployError>>
pub async fn update_site_deploy(
configuration: &Configuration,
site_id: &str,
deploy_id: &str,
deploy: DeployFiles,
) -> Result<Deploy, Error<UpdateSiteDeployError>>