pub async fn handle(
req: HttpRequest,
body: String,
state: Data<AppState>,
) -> Result<HttpResponse, HaystackError>Expand description
POST /api/pointWrite
Request grid has id, level, and val columns.
Writes the value to the entity in the graph as a simple curVal update.