Removed incorrect index URL parameter from API definitions

This commit is contained in:
Karel Minarik 2013-05-28 09:51:47 +02:00
parent 1096c6410c
commit d65cc94092
7 changed files with 0 additions and 28 deletions

View File

@ -12,10 +12,6 @@
}
},
"params": {
"index": {
"type" : "string",
"description" : "Limit the health information to specific index"
},
"level": {
"type" : "enum",
"options" : ["cluster","indices","shards"],

View File

@ -18,10 +18,6 @@
}
},
"params": {
"index": {
"type" : "string",
"description" : "The name of the index to be aliased"
},
"name": {
"type" : "string",
"description" : "The name of the alias"

View File

@ -12,10 +12,6 @@
}
},
"params": {
"index": {
"type" : "list",
"description" : "A comma-separated list of index names to filter aliases"
},
"timeout": {
"type" : "time",
"description" : "Explicit timestamp for the document"

View File

@ -18,10 +18,6 @@
}
},
"params": {
"index": {
"type" : "string",
"description" : "The name of the index with an alias"
},
"name": {
"type" : "string",
"description" : "The name of the alias to be created or updated"

View File

@ -13,10 +13,6 @@
}
},
"params": {
"index": {
"type" : "string",
"description" : "The name of the index"
},
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"

View File

@ -13,10 +13,6 @@
}
},
"params": {
"index": {
"type" : "string",
"description" : "The name of the index"
},
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"

View File

@ -12,10 +12,6 @@
}
},
"params": {
"index": {
"type" : "string",
"description" : "The name of the index"
},
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"