Skip to content

Commit

Permalink
Add '_source' to Update whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Sep 15, 2016
1 parent f90c2dd commit d33be49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Endpoints/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public function getParamWhitelist()
'ttl',
'version',
'version_type',
'_source'
);
}

Expand Down

0 comments on commit d33be49

Please sign in to comment.