Return updated document when using PUT

I know that if you make a POST request to Elasticsearch to update a document, you can append fields=_source to get back the updated document.

The same option, it seems, doesn't exist for PUT requests?

J