[API] separate tasks.list and tasks.get APIs in the json definition (#19107)

This commit is contained in:
Honza Král 2016-06-28 02:07:46 +02:00 committed by GitHub
parent 0ec07833a8
commit f79851e23a
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"task.get": {
"tasks.get": {
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html",
"methods": ["GET"],
"url": {

View File

@ -4,7 +4,7 @@
"methods": ["GET"],
"url": {
"path": "/_tasks",
"paths": ["/_tasks", "/_tasks/{task_id}"],
"paths": ["/_tasks"],
"parts": {},
"params": {
"node_id": {