Skip to content

Commit

Permalink
Add 'ignore_unavailable' param to Indices\Delete whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 20, 2017
1 parent 8e5ab38 commit 8133021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Endpoints/Indices/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function getParamWhitelist()
return array(
'timeout',
'master_timeout',
'ignore_unavailable'
);
}

Expand Down

0 comments on commit 8133021

Please sign in to comment.