pub async fn update_name(
file: PathBuf,
name: String,
refers_to: Option<String>,
scope: Option<String>,
scope_sheet_name: Option<String>,
dry_run: bool,
in_place: bool,
output: Option<PathBuf>,
force: bool,
) -> Result<Value>