pub async fn patch_handler( __arg0: Path<(String, String)>, __arg1: Extension<HandlerContext>, __arg2: Json<Value>, ) -> Result<Json<Value>, (StatusCode, Json<Value>)>
Partial update entity (PATCH /api/{entity}/{id})