pub async fn patch_file( __arg0: State<App>, __arg1: Auth, __arg2: Path<String>, __arg3: Json<UpdateFileOptions>, ) -> ClResult<Json<PatchFileResponse>>