Skip to main content

update_folder

Function update_folder 

Source
pub async fn update_folder(
    db: &Pool<Postgres>,
    search: &TenantSearchIndex,
    scope: &String,
    folder: Folder,
    user_id: Option<String>,
    update: UpdateFolder,
) -> Result<(), UpdateFolderError>