From d67c483e1dccdac9fd6b469ea5bc9f485fc2b944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Krawaczy=C5=84ski?= Date: Sun, 21 May 2017 23:06:07 +0200 Subject: [PATCH] 404 - Page Not Found (#594) Task Management API moved to single page. --- elasticsearch/client/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elasticsearch/client/tasks.py b/elasticsearch/client/tasks.py index a407f051..0a580f3b 100644 --- a/elasticsearch/client/tasks.py +++ b/elasticsearch/client/tasks.py @@ -5,7 +5,7 @@ class TasksClient(NamespacedClient): 'parent_task', 'wait_for_completion') def list(self, task_id=None, params=None): """ - ``_ + ``_ :arg task_id: Return the task with specified id (node_id:task_number) :arg actions: A comma-separated list of actions that should be returned. @@ -30,7 +30,7 @@ class TasksClient(NamespacedClient): def cancel(self, task_id=None, params=None): """ - ``_ + ``_ :arg task_id: Cancel the task with specified task id (node_id:task_number)