Function print_nanny_client::apis::remote_control_api::gcode_files_update_or_create[][src]

pub async fn gcode_files_update_or_create(
    configuration: &Configuration,
    name: &str,
    file: PathBuf,
    file_hash: &str,
    octoprint_device: &str
) -> Result<GcodeFile, Error<GcodeFilesUpdateOrCreateError>>