Skip to main content

update_file

Function update_file 

Source
pub async fn update_file(
    db: &Pool<Postgres>,
    search: &TenantSearchIndex,
    scope: &String,
    file: File,
    user_id: Option<String>,
    update: UpdateFile,
) -> Result<(), UpdateFileError>