ESResponse ESClient::update()

in src/ESClient.cpp [117:119]


ESResponse ESClient::update(String index, String id, String body, String queryString){
    return sendRequest("post", "/" + index + "/_update/" + id, body, queryString);
}