Skip to content

Commit

Permalink
Add 'allow_no_indices' 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 a24b7d1 commit 3a3a5ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Indices/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public function getParamWhitelist()
return array(
'timeout',
'master_timeout',
'ignore_unavailable'
'ignore_unavailable',
'allow_no_indices'
);
}

Expand Down

0 comments on commit 3a3a5ab

Please sign in to comment.