Skip to content

Commit d33be49

Browse files
committed
Add '_source' to Update whitelist
1 parent f90c2dd commit d33be49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/Update.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function getParamWhitelist()
8585
'ttl',
8686
'version',
8787
'version_type',
88+
'_source'
8889
);
8990
}
9091

0 commit comments

Comments
 (0)