Function nomad_client::apis::deployments_api::promote_deployment[][src]

pub async fn promote_deployment(
    configuration: &Configuration,
    deployment_id: &str,
    deployment_promote_request: Option<DeploymentPromoteRequest>
) -> Result<DeploymentUpdateResponse, Error<PromoteDeploymentError>>