Skip to main content

patch_handler

Function patch_handler 

Source
pub async fn patch_handler(
    __arg0: Path<(String, String)>,
    __arg1: Extension<HandlerContext>,
    __arg2: Json<Value>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>
Expand description

Partial update entity (PATCH /api/{entity}/{id})