Skip to content

Commit c4b4bcc

Browse files
committed
update query params
1 parent ab1c60f commit c4b4bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch/client/tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class TasksClient(NamespacedClient):
88
"group_by",
99
"nodes",
1010
"parent_task_id",
11+
"timeout",
1112
"wait_for_completion",
1213
)
1314
def list(self, params=None):
@@ -25,6 +26,7 @@ def list(self, params=None):
2526
nodes
2627
:arg parent_task_id: Return tasks with specified parent task id
2728
(node_id:task_number). Set to -1 to return all.
29+
:arg timeout: Explicit operation timeout
2830
:arg wait_for_completion: Wait for the matching tasks to complete
2931
(default: false)
3032
"""

0 commit comments

Comments
 (0)