create_handler

Function create_handler 

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

Create entity (POST /api/{entity})