Function nomad_client::apis::jobs_api::update_job[][src]

pub async fn update_job(
    configuration: &Configuration,
    job_id: &str,
    register_job_request: Option<RegisterJobRequest>
) -> Result<JobRegisterResponse, Error<UpdateJobError>>