I need to update certain fields for documents in Elastic Search Cloud, but my project does not support PATCH request. I found a solution where I can override POST request by adding the following parameter in header "X-HTTP-Method-Override = PATCH".
Does Elastic Search Cloud support this solution ?
Welcome!
But Elasticsearch supports PUT to update documents.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.