Required settings for path parts

This commit is contained in:
Honza Kral 2013-06-09 21:17:29 +02:00
parent dc67d86af7
commit 6487fb4bd1
9 changed files with 6 additions and 6 deletions

View File

@ -8,6 +8,7 @@
"parts": {
"index": {
"type" : "list",
"required": true,
"description" : "A comma-separated list of indices to restrict the operation"
},
"type": {

View File

@ -13,6 +13,7 @@
},
"type": {
"type" : "string",
"required" : true,
"description" : "The name of the document type to delete"
}
},

View File

@ -8,6 +8,7 @@
"parts": {
"index": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of index names to register warmer for; use `_all` or empty string to perform the operation on all indices"
},
"name" : {

View File

@ -8,12 +8,10 @@
"parts": {
"index": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
},
"type": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of document types"
}
},

View File

@ -8,6 +8,7 @@
"parts": {
"index": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices"
},
"name": {

View File

@ -8,12 +8,10 @@
"parts": {
"index": {
"type" : "string",
"required" : true,
"description" : "The name of the index with an alias"
},
"name": {
"type" : "string",
"required" : true,
"description" : "The name of the alias to be created or updated"
}
},

View File

@ -13,7 +13,6 @@
},
"type": {
"type" : "string",
"required" : true,
"description" : "The name of the document type"
}
},

View File

@ -8,10 +8,12 @@
"parts": {
"index": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of index names to register the warmer for; use `_all` or empty string to perform the operation on all indices"
},
"name": {
"type" : "string",
"required" : true,
"description" : "The name of the warmer"
},
"type": {

View File

@ -8,7 +8,6 @@
"parts": {
"index": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
}
},