Skip to content

Commit

Permalink
Add task_id to Tasks/Get whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 6, 2016
1 parent 63ff8c5 commit 6a315e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Tasks/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ protected function getParamWhitelist()
'parent_node',
'parent_task',
'wait_for_completion',
'group_by'
'group_by',
'task_id'
);
}

Expand Down

0 comments on commit 6a315e0

Please sign in to comment.