Function crash_reports_update

Source
pub async fn crash_reports_update(
    configuration: &Configuration,
    id: &str,
    description: Option<&str>,
    email: Option<&str>,
    os_version: Option<&str>,
    os_logs: Option<PathBuf>,
    browser_version: Option<&str>,
    browser_logs: Option<PathBuf>,
    serial: Option<&str>,
    posthog_session: Option<&str>,
    status: Option<CrashReportStatusEnum>,
    support_comment: Option<&str>,
    pi: Option<i32>,
) -> Result<CrashReport, Error<CrashReportsUpdateError>>