Project does not support PATCH request

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.