Skip to content

Commit 3a3a5ab

Browse files
committed
Add 'allow_no_indices' param to Indices\Delete whitelist
1 parent a24b7d1 commit 3a3a5ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Indices/Delete.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public function getParamWhitelist()
3838
return array(
3939
'timeout',
4040
'master_timeout',
41-
'ignore_unavailable'
41+
'ignore_unavailable',
42+
'allow_no_indices'
4243
);
4344
}
4445

0 commit comments

Comments
 (0)